term-owo-cpp/CMakeLists.txt
2024-10-23 11:28:23 +01:00

5 lines
109 B
CMake

cmake_minimum_required(VERSION 3.5)
project(owo)
add_executable(owo src/main.cpp)
target_link_libraries(owo)