old-Testgame/CMakeLists.txt
2016-08-27 20:54:34 +02:00

6 lines
140 B
CMake

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