mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
UnitTests: make it possible to build tests for code that has global dependencies
This commit is contained in:
9
Source/UnitTests/TestUtils/CMakeLists.txt
Normal file
9
Source/UnitTests/TestUtils/CMakeLists.txt
Normal file
@ -0,0 +1,9 @@
|
||||
set(SRCS
|
||||
# Do not add StubHost.cpp here - it is added manually via add_dolphin_test.
|
||||
)
|
||||
|
||||
set(LIBS
|
||||
)
|
||||
|
||||
# TODO: uncomment when there is actually something here.
|
||||
#add_dolphin_library(testutils "${SRCS}" "${LIBS}")
|
Reference in New Issue
Block a user