sockscape/server/CMakeLists.txt
2018-02-13 19:16:58 -06:00

7 lines
134 B
CMake

cmake_minimum_required(VERSION 2.6)
project(server)
add_executable(server main.cpp)
install(TARGETS server RUNTIME DESTINATION bin)