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:
81b77d5
)
packaging: include c api header.
72/188472/2
author
Hermet Park
<hermetpark@gmail.com>
Wed, 5 Sep 2018 08:34:24 +0000
(17:34 +0900)
committer
Subhransu Mohanty
<sub.mohanty@samsung.com>
Thu, 6 Sep 2018 01:54:39 +0000
(
01:54
+0000)
Change-Id: I2b495d978474f7d5e3447fc23dd4126303beaf1e
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 084ce98672341bf0ab03b5e3e309b4672225b943..ceed7e9125a85e57547d2ffb48664c8b88ab913b 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/lotplayer.h inc/lotcommon.h DESTINATION include)
+install(FILES inc/lotplayer.h inc/lotcommon.h
src/binding/c/lotplayer_capi.h
DESTINATION include)
#install lib
install( TARGETS lottie-player EXPORT lottie-player-targets