summaryrefslogtreecommitdiffhomepage
path: root/proto-wine
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-07-19 05:44:02 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-07-19 07:17:25 +0200
commitccb7f5167a07d5a886722f7d64d0f2b550a7a5a0 (patch)
treec0994383b3c899c22a47b5d270c81111809b74bb /proto-wine
parent8d2c70f000ca00c8ebc571467a383a03442282df (diff)
cmake: install source code as well
Diffstat (limited to 'proto-wine')
-rw-r--r--proto-wine/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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}