This commit is contained in:
Alfie King
2024-06-20 15:11:55 +01:00
parent 07c2db22f0
commit 9a6d9fcad7
22 changed files with 4051 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 2.8)
project(owo)
add_executable(owo owo.cpp)
add_subdirectory(clip)
add_subdirectory(clip-lib)
target_link_libraries(owo clip)