PengoBox/CMakeLists.txt

8 lines
141 B
CMake
Raw Normal View History

2023-01-09 22:49:04 -05:00
cmake_minimum_required(VERSION 3.0)
project(pengobox)
add_executable(pengobox main.cpp)
install(TARGETS pengobox RUNTIME DESTINATION bin)