From 9fc8b732737f139d3e466510d75668ab45578960 Mon Sep 17 00:00:00 2001 From: manuel Date: Tue, 8 Mar 2016 21:02:53 +0100 Subject: sync with upstream --- project/cmake/scripts/common/pathsetup.cmake | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 project/cmake/scripts/common/pathsetup.cmake (limited to 'project/cmake/scripts/common/pathsetup.cmake') diff --git a/project/cmake/scripts/common/pathsetup.cmake b/project/cmake/scripts/common/pathsetup.cmake new file mode 100644 index 0000000..54b352d --- /dev/null +++ b/project/cmake/scripts/common/pathsetup.cmake @@ -0,0 +1,3 @@ +# This script configures installation paths + +include(${PROJECT_SOURCE_DIR}/scripts/${CORE_SYSTEM_NAME}/pathsetup.cmake) -- cgit v1.2.3