projects
/
platform
/
core
/
api
/
user-awareness.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d7b261
)
Update cmake to add type headers
18/254918/1
author
Abhay Agarwal
<ay.agarwal@samsung.com>
Tue, 16 Feb 2021 05:31:47 +0000
(11:01 +0530)
committer
Abhay 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
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 43db0dfcd057d86ee99c01269757e6483959b1bb..e5cec41feaae95d224d630ca789188daf0b3256e 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-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})