PJC-0x03/CMakeLists.txt
surtur 9917cd31f0
Some checks failed
continuous-integration/drone/push Build is failing
updated .drone.yml + added some files + changes
* added bubblesort func
* targeting latest cdev image now
* a couple more changes (I know it's lame)
2020-04-12 23:43:35 +02:00

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)