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-26 09:13:08 +0000 |
commit | ee49b1f9a55d26865df8e985e9236cb32d1ed8e5 (patch) | |
tree | 380b4d2f7b6d39a1a70ad28631f4e591b728b9d8 | |
parent | 52383c3784ed08bdf126a5a32cc92d7c2e932d87 (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.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) |