From 135be45d488e1d6516fe50f0be0307b8cf170dd7 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 27 Oct 2017 22:58:40 +0200 Subject: Process include dir with CMake to install headers Change-Id: Ic000c63e8f68d1ffcf4241329aaaa2b5e5d7c970 Signed-off-by: Romain Forlot --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index d6fba10..29adeee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -34,6 +34,7 @@ set(CMAKE_BUILD_TYPE Debug) set(USE_HMI_DEBUG FALSE) add_subdirectory(src) +add_subdirectory(include) #generate configure file configure_file(libhomescreen.pc.in libhomescreen.pc @ONLY) -- cgit 1.2.3-korg