mirror of
https://github.com/stenzek/duckstation.git
synced 2025-07-23 10:30:23 +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)
|