From: subhransu mohanty Date: Mon, 3 Sep 2018 06:03:52 +0000 (+0900) Subject: lottie: fixed cmake build issue. X-Git-Tag: submit/tizen/20180917.042405~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d3be153e8277ae233c1c98f7c3eafb1e2aeb043b;p=platform%2Fcore%2Fuifw%2Flottie-player.git lottie: fixed cmake build issue. Change-Id: I48591bd78dd173d7f148cc2dcb3c31dd8cd9d1a2 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f8b6318..084ce98 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/lottieplayer.h DESTINATION include) +install(FILES inc/lotplayer.h inc/lotcommon.h DESTINATION include) #install lib install( TARGETS lottie-player EXPORT lottie-player-targets