From d3be153e8277ae233c1c98f7c3eafb1e2aeb043b Mon Sep 17 00:00:00 2001 From: subhransu mohanty Date: Mon, 3 Sep 2018 15:03:52 +0900 Subject: [PATCH] lottie: fixed cmake build issue. Change-Id: I48591bd78dd173d7f148cc2dcb3c31dd8cd9d1a2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1