pica/CMakeLists.txt

8 lines
129 B
CMake
Raw Normal View History

2023-11-21 14:24:12 +00:00
cmake_minimum_required(VERSION 3.0)
project(pica)
add_executable(pica main.cpp)
install(TARGETS pica RUNTIME DESTINATION bin)