diff options
author | zheng_wenlong <wenlong_zheng@nexty-ele.com> | 2017-10-26 18:06:40 +0900 |
---|---|---|
committer | Zheng Wenlong <wenlong_zheng@nexty-ele.com> | 2017-10-31 00:09:51 +0000 |
commit | 8626aab4dee6bb6f9554146d41bb6610669cbae5 (patch) | |
tree | 4c5203a5293b132056550f76006623b106da3faf | |
parent | 898dbe9fc592f49a8043a62642e7786537d91de5 (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>
-rw-r--r-- | CMakeLists.txt | 1 |
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) |