]> git.xonotic.org Git - xonotic/darkplaces.git/blob - buildsys/target/engine/server.cmake
cmake: Initial working implementation of cmake build system
[xonotic/darkplaces.git] / buildsys / target / engine / server.cmake
1 add_executable(server ${OBJ_COMMON} ${OBJ_SV})
2 target_link_libraries(server common)
3 set_target_properties(server PROPERTIES OUTPUT_NAME ${ENGINE_BUILD_NAME}-dedicated)
4
5 if(WIN32)
6         target_sources(server PRIVATE ${ENGINE_BUILD_WINRC})
7 endif()