mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-22 20:33:46 +00:00
Make sure that on MSVC platforms we force shared CRT to be consistent with other CMake defaults.
This commit is contained in:
parent
5cde88d3b7
commit
6642b64c78
1 changed files with 3 additions and 0 deletions
|
@ -102,6 +102,9 @@ ENDFOREACH()
|
|||
|
||||
ENABLE_TESTING()
|
||||
|
||||
IF(MSVC)
|
||||
SET(gtest_force_shared_crt TRUE)
|
||||
ENDIF(MSVC)
|
||||
ADD_SUBDIRECTORY(GTest)
|
||||
FOREACH(DIR ${FASTC_DIRECTORIES})
|
||||
SET(TESTDIR ${FasTC_SOURCE_DIR}/${DIR}/test)
|
||||
|
|
Loading…
Reference in a new issue