clipboard support

This commit is contained in:
Alfie King
2024-06-20 15:03:39 +01:00
parent 53245d19fe
commit 07c2db22f0
6 changed files with 22 additions and 34 deletions
+6
View File
@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 2.8)
project(owo)
add_executable(owo owo.cpp)
add_subdirectory(clip)
target_link_libraries(owo clip)