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