From dd0971e9eb5ed37343cc1826e44ea7090d0c5725 Mon Sep 17 00:00:00 2001 From: fulup Date: Sat, 6 May 2017 18:48:58 +0200 Subject: Move to New Template (work in progress) --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5eea363..dc74f3e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,8 +18,10 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.3) +include(${CMAKE_CURRENT_SOURCE_DIR}/etc/config.cmake) include(${CMAKE_CURRENT_SOURCE_DIR}/etc/macros.cmake) project_subdirs_add("[A-Z]*") + project_targets_populate() project_package_build() -- cgit 1.2.3-korg