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