cmake_minimum_required(VERSION 3.0) project(pengobox) add_executable(pengobox main.cpp) install(TARGETS pengobox RUNTIME DESTINATION bin)