mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-18 20:05:39 +00:00
10 lines
202 B
CMake
10 lines
202 B
CMake
add_executable(common-tests
|
|
bitutils_tests.cpp
|
|
file_system_tests.cpp
|
|
path_tests.cpp
|
|
rectangle_tests.cpp
|
|
string_tests.cpp
|
|
)
|
|
|
|
target_link_libraries(common-tests PRIVATE common gtest gtest_main)
|