aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>2017-10-26 18:06:40 +0900
committerZheng Wenlong <wenlong_zheng@nexty-ele.com>2017-10-31 00:09:51 +0000
commit8626aab4dee6bb6f9554146d41bb6610669cbae5 (patch)
tree4c5203a5293b132056550f76006623b106da3faf /CMakeLists.txt
parent898dbe9fc592f49a8043a62642e7786537d91de5 (diff)
Add libhomescreen.hpp to install destination
Applications need include libhomescreen.hpp, so add it into install destination. BUG-AGL: SPEC-991 Change-Id: I7f1640a847b3ab57d0e7e6e1ea8ce4c44a0806eb Signed-off-by: zheng_wenlong <wenlong_zheng@nexty-ele.com>
Diffstat (limited to 'CMakeLists.txt')
-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)