From: subhransu mohanty Date: Thu, 9 May 2019 05:36:36 +0000 (+0900) Subject: added lottie2gif converter for both cmake and meson build X-Git-Tag: accepted/tizen/unified/20190514.080039~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f03dbbc8dfe16916b4ab31ed42cd54da93ffbe32;p=platform%2Fcore%2Fuifw%2Flottie-player.git added lottie2gif converter for both cmake and meson build --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e9abe7..b14a4af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,6 +47,7 @@ target_link_libraries(rlottie #declare source and include files add_subdirectory(inc) add_subdirectory(src) +add_subdirectory(example) SET(PREFIX ${CMAKE_INSTALL_PREFIX}) SET(EXEC_DIR ${PREFIX}) diff --git a/example/rlottietest.cpp b/example/lottie2gif.cpp similarity index 96% rename from example/rlottietest.cpp rename to example/lottie2gif.cpp index f485c4e..0fac9eb 100644 --- a/example/rlottietest.cpp +++ b/example/lottie2gif.cpp @@ -111,12 +111,12 @@ private: } int result() { - std::cout<<"Generated Gif file : "<