surtur
9917cd31f0
Some checks failed
continuous-integration/drone/push Build is failing
* added bubblesort func * targeting latest cdev image now * a couple more changes (I know it's lame)
6 lines
151 B
CMake
6 lines
151 B
CMake
cmake_minimum_required(VERSION 3.5)
|
|
|
|
project(pjc-0x03 LANGUAGES C)
|
|
|
|
add_executable(pjc-0x03 main.c minmax.c minmax.h main.h bubblesort.c bubblesort.h)
|