Add calcAP

This commit is contained in:
eddyem
2020-01-21 10:45:11 +03:00
parent 36a215be1f
commit f7ff00fcf1
13 changed files with 863 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)