mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-10 13:27:22 +00:00
12 lines
250 B
CMake
12 lines
250 B
CMake
add_executable(common-tests
|
|
bitutils_tests.cpp
|
|
file_system_tests.cpp
|
|
gsvector_yuvtorgb_test.cpp
|
|
path_tests.cpp
|
|
rectangle_tests.cpp
|
|
sha256_tests.cpp
|
|
string_tests.cpp
|
|
)
|
|
|
|
target_link_libraries(common-tests PRIVATE common gtest gtest_main)
|