mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-18 10:50:05 +00:00
CMake: remove extraneous TestUtils directory
This commit is contained in:
@@ -11,7 +11,7 @@ file(MAKE_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/Tests)
|
||||
# Otherwise CMake inserts the library after core, but before other core
|
||||
# dependencies like videocommon which also use Host_ functions, which makes the
|
||||
# GNU linker complain.
|
||||
add_library(unittests_stubhost OBJECT TestUtils/StubHost.cpp)
|
||||
add_library(unittests_stubhost OBJECT StubHost.cpp)
|
||||
|
||||
macro(add_dolphin_test target)
|
||||
add_executable(${target} EXCLUDE_FROM_ALL
|
||||
@@ -27,8 +27,6 @@ macro(add_dolphin_test target)
|
||||
add_test(NAME ${target} COMMAND ${target})
|
||||
endmacro()
|
||||
|
||||
add_subdirectory(TestUtils)
|
||||
|
||||
add_subdirectory(Common)
|
||||
add_subdirectory(Core)
|
||||
add_subdirectory(VideoCommon)
|
||||
|
||||
Reference in New Issue
Block a user