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:
77680bb
)
MT and MTd
author
nokeya
<nok1a.utech@gmail.com>
Wed, 23 Sep 2020 14:53:46 +0000
(17:53 +0300)
committer
Hermet Park
<chuneon.park@samsung.com>
Mon, 15 Mar 2021 06:04:50 +0000
(15:04 +0900)
Change-Id: I1c403595104c92425fc48ecd501034b6cae74b03
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index ae3068a894f4b5bf0385779b2bc3b2e2923e198c..75914370c900946a7b9223f928828b81ad447c9b 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-71,6
+71,8
@@
endif()
if (WIN32 AND NOT BUILD_SHARED_LIBS)
target_compile_definitions(rlottie PUBLIC -DRLOTTIE_BUILD=0)
+ set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /MT")
+ set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /MTd")
endif()
#declare dependancy