From da0613c3ae85acc53f7b490e496bbe5f71a6353e Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Wed, 5 Sep 2018 17:34:24 +0900 Subject: [PATCH] packaging: include c api header. Change-Id: I2b495d978474f7d5e3447fc23dd4126303beaf1e --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1