diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-05-05 12:34:36 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-05-06 03:42:16 +0200 |
commit | c033bacae076580d86458496d15af608e4f34042 (patch) | |
tree | 6a972268d9f95535aac698505460824243d2b843 /cmake/opentrack-install.cmake | |
parent | 8d13f7ba3dd776da1cc1332f977ee184324d1941 (diff) |
cmake: install sources
Diffstat (limited to 'cmake/opentrack-install.cmake')
-rw-r--r-- | cmake/opentrack-install.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/opentrack-install.cmake b/cmake/opentrack-install.cmake index cd4f6278..3a63cf69 100644 --- a/cmake/opentrack-install.cmake +++ b/cmake/opentrack-install.cmake @@ -22,7 +22,7 @@ function(otr_setup_refresh_install_dir) endif() endfunction() -function(install_sources) +function(otr_install_sources) otr_setup_refresh_install_dir() get_property(source-dirs GLOBAL PROPERTY opentrack-all-source-dirs) foreach(k ${source-dirs}) |