From: Jaehyun Kim Date: Fri, 31 Aug 2018 11:22:08 +0000 (+0900) Subject: Install separated internal header files X-Git-Tag: submit/tizen/20180904.132657^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=458b226fe8db38b582d73beaa4a5139cfad7fb00;p=platform%2Fcore%2Fapi%2Fsmart-traffic-control.git Install separated internal header files Change-Id: I0ab54c99a2310c1aca890015c818824dd7b505a7 Signed-off-by: Jaehyun Kim --- diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index c56f247..b23d1ec 100755 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -18,5 +18,11 @@ INSTALL(FILES ${CMAKE_SOURCE_DIR}/include/stc.h ${CMAKE_SOURCE_DIR}/include/stc_internal.h + ${CMAKE_SOURCE_DIR}/include/stc_ipt_internal.h + ${CMAKE_SOURCE_DIR}/include/stc_mgr_internal.h + ${CMAKE_SOURCE_DIR}/include/stc_pcap_internal.h + ${CMAKE_SOURCE_DIR}/include/stc_rstn_internal.h + ${CMAKE_SOURCE_DIR}/include/stc_stat_internal.h + ${CMAKE_SOURCE_DIR}/include/stc_fw_internal.h DESTINATION ${INCLUDE_DIR}/network )