projects
/
platform
/
core
/
uifw
/
lottie-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c273d56
)
add the /inc folder as an include path at build time
author
Simon Schmeisser
<s.schmeisser@gmx.net>
Sat, 1 May 2021 16:55:37 +0000
(18:55 +0200)
committer
Hermet Park
<chuneon.park@samsung.com>
Tue, 25 May 2021 10:47:28 +0000
(19:47 +0900)
Change-Id: I496fb88a3a11e23da1c560ff93347f6c95720ab1
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 593276ad0e26e78faf54d478b64a4ccfff65dd09..38a986225bc8ddb853c79c2692dd61edcb7123ea 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-41,6
+41,7
@@
set(LOTTIE_MODULE_PATH "${CMAKE_SHARED_LIBRARY_PREFIX}rlottie-image-loader${CMAK
configure_file(${CMAKE_CURRENT_LIST_DIR}/cmake/config.h.in config.h)
target_include_directories(rlottie
+ PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/inc>
PRIVATE
"${CMAKE_CURRENT_BINARY_DIR}"
)