Update cmake to add type headers 18/254918/1
authorAbhay Agarwal <ay.agarwal@samsung.com>
Tue, 16 Feb 2021 05:31:47 +0000 (11:01 +0530)
committerAbhay Agarwal <ay.agarwal@samsung.com>
Wed, 10 Mar 2021 11:20:55 +0000 (16:50 +0530)
Change-Id: Ic47dd3ec96ee1595afd90eb73718ff568f63ee03
Signed-off-by: Abhay Agarwal <ay.agarwal@samsung.com>
CMakeLists.txt

index 43db0dfcd057d86ee99c01269757e6483959b1bb..e5cec41feaae95d224d630ca789188daf0b3256e 100644 (file)
@@ -76,7 +76,9 @@ INSTALL(
        DIRECTORY ${INC_DIR}/ DESTINATION ${LIB_INCLUDE_DIR}
        FILES_MATCHING
        PATTERN "${INC_DIR}/user-awareness.h"
+       PATTERN "${INC_DIR}/user-awareness-type.h"
        PATTERN "${INC_DIR}/user-awareness-internal.h"
+       PATTERN "${INC_DIR}/user-awareness-internal-type.h"
        )
 
 SET(PC_NAME ${LIB_NAME})