sockscape/server/CMakeLists.txt

7 lines
134 B
CMake
Raw Normal View History

2018-02-14 01:16:58 +00:00
cmake_minimum_required(VERSION 2.6)
project(server)
add_executable(server main.cpp)
install(TARGETS server RUNTIME DESTINATION bin)