diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-24 17:05:49 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-24 17:05:49 +0100 |
commit | 857ade6d3ea723f5caa0c63632f855eb6e9eacee (patch) | |
tree | d26a2be2d9e1db7f61099dd3a9da2271dcfb197f /CMakeLists.txt | |
parent | 8e7c72ce68c8b1dbb79cf32c96b25f1b8b57ab6e (diff) |
cmake: install program sources more robustly
Before it skipped some subdirectory parts.
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 60a56679..51d037c7 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,3 +77,4 @@ foreach(i ${opentrack-subprojects}) endforeach() merge_translations() +install_sources() |