From ccb7f5167a07d5a886722f7d64d0f2b550a7a5a0 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 19 Jul 2016 05:44:02 +0200 Subject: cmake: install source code as well --- proto-wine/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'proto-wine') diff --git a/proto-wine/CMakeLists.txt b/proto-wine/CMakeLists.txt index 3d1a4972..e2576061 100644 --- a/proto-wine/CMakeLists.txt +++ b/proto-wine/CMakeLists.txt @@ -10,6 +10,7 @@ if(NOT WIN32) set(my-rt) endif() file(GLOB wine-deps ${PROJECT_SOURCE_DIR}/*.cxx) + install(FILES ${wine-deps} DESTINATION "${opentrack-doc-src-pfx}/proto-wine") add_custom_command( OUTPUT opentrack-wrapper-wine.exe.so DEPENDS ${wine-deps} -- cgit v1.2.3