First Commit
This commit is contained in:
18
tests/ctest/common/CMakeLists.txt
Normal file
18
tests/ctest/common/CMakeLists.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
add_pcsx2_test(common_test
|
||||
byteswap_tests.cpp
|
||||
filesystem_tests.cpp
|
||||
path_tests.cpp
|
||||
string_util_tests.cpp
|
||||
)
|
||||
|
||||
if(_M_X86)
|
||||
target_sources(common_test PRIVATE
|
||||
x86emitter/codegen_tests.cpp
|
||||
x86emitter/codegen_tests.h
|
||||
x86emitter/codegen_tests_main.cpp
|
||||
)
|
||||
endif()
|
||||
|
||||
target_link_libraries(common_test PRIVATE
|
||||
common
|
||||
)
|
||||
Reference in New Issue
Block a user