From c033bacae076580d86458496d15af608e4f34042 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 5 May 2019 12:34:36 +0200 Subject: cmake: install sources --- cmake/opentrack-install.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake') 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}) -- cgit v1.2.3