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:
892dfaa
)
Fix CMake build in subdirectory
author
crizan
<48642291+crizan@users.noreply.github.com>
Wed, 23 Dec 2020 17:59:14 +0000
(18:59 +0100)
committer
Hermet Park
<chuneon.park@samsung.com>
Mon, 15 Mar 2021 06:04:22 +0000
(15:04 +0900)
Change-Id: Ia1df562057a87ef3a51201f62ba7145c456ce744
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index c111dac64907821a82236ba9fd49b5cd1219b9d5..b05b3869fbec87031cfa467a9e5ce8e1459993ec 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-85,7
+85,7
@@
target_link_libraries(rlottie
if (NOT APPLE AND NOT WIN32)
target_link_libraries(rlottie
PRIVATE
- "-Wl,--version-script=${CMAKE_SOURCE_DIR}/rlottie.expmap"
+ "-Wl,--version-script=${CMAKE_
CURRENT_
SOURCE_DIR}/rlottie.expmap"
)
endif()