diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-26 15:08:06 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-26 15:08:06 +0200 |
commit | a1fc23cc589ad9665838807689aa06e507b08a4d (patch) | |
tree | 11c52e788945bc7bf4b234dfdd1a4f2db184e3ad /CMakeLists.txt | |
parent | 2c2f8814de311b1f1f2ab7997f1fc30f4b6fc905 (diff) |
accidentally stopped copying settings/
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x[-rw-r--r--] | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d04ee4ee..303a3bb0 100644..100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -431,6 +431,7 @@ install(DIRECTORY ${CMAKE_SOURCE_DIR}/3rdparty-notices DESTINATION .) install(FILES "${CMAKE_SOURCE_DIR}/bin/freetrackclient.dll" DESTINATION . ${opentrack-perms}) install(FILES "${CMAKE_SOURCE_DIR}/bin/NPClient.dll" "${CMAKE_SOURCE_DIR}/bin/NPClient64.dll" "${CMAKE_SOURCE_DIR}/bin/TrackIR.exe" DESTINATION . ${opentrack-perms}) +install(DIRECTORY "${CMAKE_SOURCE_DIR}/bin/settings" "${CMAKE_SOURCE_DIR}/clientfiles" DESTINATION .) if(NOT WIN32 AND SDK_WINE_PREFIX AND NOT SDK_WINE_NO_WRAPPER) install(FILES "${CMAKE_BINARY_DIR}/opentrack-wrapper-wine.exe.so" |