projects
/
platform
/
core
/
uifw
/
lottie-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84905d7
)
lottie: fixed cmake build issue.
16/188216/1
author
subhransu mohanty
<sub.mohanty@samsung.com>
Mon, 3 Sep 2018 06:03:52 +0000
(15:03 +0900)
committer
subhransu mohanty
<sub.mohanty@samsung.com>
Mon, 3 Sep 2018 06:03:52 +0000
(15:03 +0900)
Change-Id: I48591bd78dd173d7f148cc2dcb3c31dd8cd9d1a2
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index f8b631877ebc3e0139e30eec48e2658ef06bfe9a..084ce98672341bf0ab03b5e3e309b4672225b943 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-52,7
+52,7
@@
CONFIGURE_FILE(${PROJECT_NAME}.pc.in ${PROJECT_NAME}.pc @ONLY)
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.pc DESTINATION lib/pkgconfig)
#install header
-install(FILES inc/lot
tieplayer
.h DESTINATION include)
+install(FILES inc/lot
player.h inc/lotcommon
.h DESTINATION include)
#install lib
install( TARGETS lottie-player EXPORT lottie-player-targets