pcsx2/tests/ctest/common/CMakeLists.txt
Stenzek 06aa051162 UnitTests: Combine into core/common test suites
Should reduce CI run time.
2023-01-04 11:43:23 +00:00

11 lines
214 B
CMake

add_pcsx2_test(common_test
path_tests.cpp
string_util_tests.cpp
x86emitter/codegen_tests.cpp
x86emitter/codegen_tests.h
x86emitter/codegen_tests_main.cpp
)
target_link_libraries(common_test PRIVATE
common
)