mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Unittests: Always use GTest from Externals (recommended way from GTest FAQ).
This commit is contained in:
@ -47,15 +47,10 @@ macro(add_dolphin_library lib srcs libs)
|
||||
endmacro(add_dolphin_library)
|
||||
|
||||
add_subdirectory(Core)
|
||||
add_subdirectory(UnitTests)
|
||||
|
||||
if (DSPTOOL)
|
||||
add_subdirectory(DSPTool)
|
||||
endif()
|
||||
|
||||
if (GTEST_FOUND)
|
||||
add_subdirectory(UnitTests)
|
||||
endif()
|
||||
|
||||
|
||||
|
||||
# TODO: Add DSPSpy. Preferrably make it option() and cpack component
|
||||
|
Reference in New Issue
Block a user