libcaesium/demo/CMakeLists.txt

5 lines
127 B
CMake
Raw Normal View History

2017-02-21 12:54:52 +01:00
add_executable(caesiumd main.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)