mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-05 05:51:42 +00:00
added missing cmake file
This commit is contained in:
parent
7d04fa9355
commit
1b4072dd0c
11
example/CMakeLists.txt
Normal file
11
example/CMakeLists.txt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
add_executable(lottie-gif "lottie2gif.cpp")
|
||||||
|
|
||||||
|
target_compile_options(lottie-gif
|
||||||
|
PRIVATE
|
||||||
|
-std=c++11)
|
||||||
|
|
||||||
|
target_link_libraries(lottie-gif rlottie)
|
||||||
|
|
||||||
|
target_include_directories(lottie-gif
|
||||||
|
PRIVATE
|
||||||
|
"${CMAKE_CURRENT_LIST_DIR}/../inc/")
|
||||||
@ -1,5 +1,5 @@
|
|||||||
#include "gif.h"
|
#include "gif.h"
|
||||||
#include "rlottie.h"
|
#include <rlottie.h>
|
||||||
|
|
||||||
#include<iostream>
|
#include<iostream>
|
||||||
#include<vector>
|
#include<vector>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user