Add libhomescreen.hpp to install destination 63/11563/5
authorzheng_wenlong <wenlong_zheng@nexty-ele.com>
Thu, 26 Oct 2017 09:06:40 +0000 (18:06 +0900)
committerZheng Wenlong <wenlong_zheng@nexty-ele.com>
Tue, 31 Oct 2017 00:09:51 +0000 (00:09 +0000)
    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>
CMakeLists.txt

index d6fba10..29adeee 100644 (file)
@@ -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)