mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-04-02 10:52:54 -04:00
12 lines
234 B
CMake
12 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
|
|
)
|