term-owo-cpp/CMakeLists.txt

7 lines
146 B
CMake
Raw Normal View History

2024-09-16 14:11:25 +00:00
cmake_minimum_required(VERSION 3.5)
2024-06-20 14:03:39 +00:00
project(owo)
2024-09-16 14:11:25 +00:00
add_executable(owo src/main.cpp)
add_subdirectory(src/clip-lib)
2024-06-20 14:03:39 +00:00
target_link_libraries(owo clip)