From: Hermet Park Date: Wed, 5 Sep 2018 08:34:24 +0000 (+0900) Subject: packaging: include c api header. X-Git-Tag: submit/tizen/20180917.042405~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=da0613c3ae85acc53f7b490e496bbe5f71a6353e;p=platform%2Fcore%2Fuifw%2Flottie-player.git packaging: include c api header. Change-Id: I2b495d978474f7d5e3447fc23dd4126303beaf1e --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 084ce98..ceed7e9 100644 --- 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