Duckstation/src/common-tests/CMakeLists.txt

7 lines
139 B
CMake
Raw Normal View History

add_executable(common-tests
2020-04-05 13:25:45 +00:00
event_tests.cpp
rectangle_tests.cpp
)
target_link_libraries(common-tests PRIVATE common gtest gtest_main)