Add build file for examples
This commit is contained in:
parent
4ce4491097
commit
5c46901b9c
1 changed files with 4 additions and 0 deletions
4
examples/CMakeLists.txt
Normal file
4
examples/CMakeLists.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
ADD_EXECUTABLE(ex1 ex1.c)
|
||||
TARGET_LINK_LIBRARIES(ex1 ${COMMON_LIBRARIES})
|
||||
ADD_EXECUTABLE(ex2 ex2.c)
|
||||
TARGET_LINK_LIBRARIES(ex2 ${COMMON_LIBRARIES})
|
Loading…
Reference in a new issue