libcaesium/demo/CMakeLists.txt

3 lines
84 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
2017-03-18 19:51:18 +01:00
target_link_libraries(caesiumd LINK_PUBLIC caesium)