From: zheng_wenlong Date: Thu, 26 Oct 2017 09:06:40 +0000 (+0900) Subject: Add libhomescreen.hpp to install destination X-Git-Tag: 4.99.4~3 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Flibhomescreen.git;a=commitdiff_plain;h=8626aab4dee6bb6f9554146d41bb6610669cbae5 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 --- 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)