mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-07-11 01:34:17 +02:00
CMake: Support windows for tests
This commit is contained in:
committed by
refractionpcsx2
parent
04df2824cf
commit
4d8b9aee2a
@@ -50,6 +50,7 @@ add_subdirectory(pcsx2)
|
||||
|
||||
# tests
|
||||
if(ACTUALLY_ENABLE_TESTS)
|
||||
set(gtest_force_shared_crt ON CACHE BOOL "" FORCE)
|
||||
add_subdirectory(3rdparty/gtest EXCLUDE_FROM_ALL)
|
||||
add_subdirectory(tests/ctest)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user