aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-10-27 22:58:40 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-11-01 11:11:35 +0000
commit135be45d488e1d6516fe50f0be0307b8cf170dd7 (patch)
treeaf776f038a4ab7ce84b441ea668c774a108d7b78
parentdcbd30e1ff21b6dbdf1955c3741e7ee77786e96f (diff)
Process include dir with CMake to install headers
Change-Id: Ic000c63e8f68d1ffcf4241329aaaa2b5e5d7c970 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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)