mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
f1be7cd4a0
Everything that links in core doesn't need to see anything related to bochs, because it's only used internally. Anything else that relies on bochs should be linking it in explicitly.
18 lines
787 B
CMake
18 lines
787 B
CMake
add_dolphin_test(BitFieldTest BitFieldTest.cpp)
|
|
add_dolphin_test(BitSetTest BitSetTest.cpp)
|
|
add_dolphin_test(BitUtilsTest BitUtilsTest.cpp)
|
|
add_dolphin_test(BlockingLoopTest BlockingLoopTest.cpp)
|
|
add_dolphin_test(BusyLoopTest BusyLoopTest.cpp)
|
|
add_dolphin_test(CommonFuncsTest CommonFuncsTest.cpp)
|
|
add_dolphin_test(EventTest EventTest.cpp)
|
|
add_dolphin_test(FixedSizeQueueTest FixedSizeQueueTest.cpp)
|
|
add_dolphin_test(FlagTest FlagTest.cpp)
|
|
add_dolphin_test(MathUtilTest MathUtilTest.cpp)
|
|
add_dolphin_test(NandPathsTest NandPathsTest.cpp)
|
|
add_dolphin_test(SPSCQueueTest SPSCQueueTest.cpp)
|
|
add_dolphin_test(StringUtilTest StringUtilTest.cpp)
|
|
add_dolphin_test(SwapTest SwapTest.cpp)
|
|
|
|
add_dolphin_test(x64EmitterTest x64EmitterTest.cpp)
|
|
target_link_libraries(x64EmitterTest PRIVATE bdisasm)
|