mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-24 06:35:42 +00:00
9 lines
184 B
CMake
9 lines
184 B
CMake
add_executable(common-tests
|
|
bitutils_tests.cpp
|
|
event_tests.cpp
|
|
file_system_tests.cpp
|
|
rectangle_tests.cpp
|
|
)
|
|
|
|
target_link_libraries(common-tests PRIVATE common gtest gtest_main)
|