libcaesium/demo/CMakeLists.txt

5 lines
136 B
CMake
Raw Normal View History

2016-11-13 14:43:54 +01:00
add_executable(caesiumd main.c helper.c)
2016-11-04 11:00:04 +01:00
2016-11-15 09:47:09 +01:00
target_link_libraries(caesiumd LINK_PUBLIC caesium)
install(TARGETS caesiumd DESTINATION bin)