Duckstation/src/common-tests/CMakeLists.txt

6 lines
121 B
CMake
Raw Normal View History

add_executable(common-tests
rectangle_tests.cpp
)
target_link_libraries(common-tests PRIVATE common gtest gtest_main)