aboutsummaryrefslogtreecommitdiffstats
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-26 09:13:08 +0000
commitee49b1f9a55d26865df8e985e9236cb32d1ed8e5 (patch)
tree380b4d2f7b6d39a1a70ad28631f4e591b728b9d8
parent52383c3784ed08bdf126a5a32cc92d7c2e932d87 (diff)
Add libhomescreen.hpp to install destinationsandbox/claneys/hmi-framework
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>
-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)