libcaesium/demo/CMakeLists.txt

5 lines
127 B
CMake

add_executable(caesiumd main.c)
target_link_libraries(caesiumd LINK_PUBLIC caesium)
install(TARGETS caesiumd DESTINATION bin)