blob: 79424a42a65f7c3e8f77000fb9a7677a19ef7337 (
plain)
1
2
3
4
5
6
7
8
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}")
|