term-owo-cpp/CMakeLists.txt

7 lines
133 B
CMake
Raw Normal View History

2024-06-20 14:03:39 +00:00
cmake_minimum_required(VERSION 2.8)
project(owo)
add_executable(owo owo.cpp)
add_subdirectory(clip)
target_link_libraries(owo clip)