aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/clipboardxx/fix-install.patch
blob: b60e424a3375a29ebd5194a3bbc547d346366bab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 07c06cc..a3d78ea 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -10,6 +10,7 @@ target_include_directories(${PROJECT_NAME} INTERFACE include)
 
 # install header files
 install(FILES include/clipboardxx.hpp DESTINATION include)
+install(DIRECTORY include/detail DESTINATION include)
 
 # dependencies
 if(UNIX AND NOT APPLE)