3 lines
84 B
CMake
3 lines
84 B
CMake
|
add_executable(caesiumd main.c)
|
||
|
|
||
|
target_link_libraries(caesiumd LINK_PUBLIC caesium)
|