From b7d44a2d155a1199c25b783b915fd8ba3ce42a69 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Wed, 19 Dec 2018 16:08:25 +0100 Subject: Get rid of usage of CMake module The CMake apps module isn't required here, this isn't a binding or nothing to do with the Application Framework. Usage of the CMake module impl property and commands that we don't want to be handled by it like a default install directory. Change-Id: Iba68b9e6802320069fda2f5a563536b39900dd3c Signed-off-by: Romain Forlot --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index da558a5..85e5240 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,5 +18,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.3) +include(GNUInstallDirs) include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/config.cmake) + +add_subdirectory(src) -- cgit 1.2.3-korg