X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=cmake%2Fcommon.cmake;h=4e34fcdb9361d3e18bbc261a7455e9dd4eaf34d7;hb=474a2e91501c5620e2eef651c8305f2ae7aacd19;hp=e9b8e4ce02b4aeb20a6652a2fb50fbe24a5b901a;hpb=f9998cb5f9f042e3fe2d03e8925f70b5bb9a1c95;p=apps%2Fapp-templates.git diff --git a/cmake/common.cmake b/cmake/common.cmake index e9b8e4c..4e34fcd 100644 --- a/cmake/common.cmake +++ b/cmake/common.cmake @@ -31,7 +31,7 @@ list(SORT home_cmakefiles) file(GLOB system_cmakefiles /etc/app-templates/cmake.d/[0-9][0-9]-*.cmake) list(SORT system_cmakefiles) -foreach(file ${project_cmakefiles} ${home_cmakefiles} ${system_cmakefiles}) +foreach(file ${system_cmakefiles} ${home_cmakefiles} ${project_cmakefiles}) message(STATUS "Include: ${file}") include(${file}) endforeach() @@ -46,5 +46,6 @@ configure_files_in_dir($ENV{HOME}/.config/app-templates/scripts) configure_files_in_dir(/etc/app-templates/scripts) project_targets_populate() +remote_targets_populate() project_package_build() project_closing_msg()