dolphin/Source/UnitTests/Common/CMakeLists.txt

6 lines
295 B
CMake
Raw Normal View History

2014-03-11 00:43:29 +01:00
add_dolphin_test(BitFieldTest BitFieldTest.cpp common)
add_dolphin_test(CommonFuncsTest CommonFuncsTest.cpp common)
add_dolphin_test(FifoQueueTest FifoQueueTest.cpp common)
add_dolphin_test(FixedSizeQueueTest FixedSizeQueueTest.cpp common)
add_dolphin_test(MathUtilTest MathUtilTest.cpp common)