From: nokeya Date: Wed, 23 Sep 2020 14:53:46 +0000 (+0300) Subject: MT and MTd X-Git-Tag: submit/tizen/20210315.060811~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b3fd8b8273d8873b67a4649b5793ea3ff6a7c94;p=platform%2Fcore%2Fuifw%2Flottie-player.git MT and MTd Change-Id: I1c403595104c92425fc48ecd501034b6cae74b03 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ae3068a..7591437 100644 --- 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