1 2 3 4 5 6
cmake_minimum_required(VERSION 2.6) project(cc4group) add_executable(cc4group main.cpp) install(TARGETS cc4group RUNTIME DESTINATION bin)