pcsx2/tests/ctest/common/CMakeLists.txt

13 lines
234 B
CMake

add_pcsx2_test(common_test
byteswap_tests.cpp
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
)