This commit is contained in:
eddyem
2020-01-25 13:44:43 +03:00
parent 36a215be1f
commit e7b8dcace7
9 changed files with 344 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
cmake_minimum_required(VERSION 3.9)
project(myapp)
add_executable(myapp helloworld.c)
project(examples)
link_libraries(usefull_macros)
include_directories(../)
target_link_libraries(myapp usefull_macros)
#target_link_libraries(hello -lm)
add_executable(hello helloworld.c)