Duckstation/src/common-tests/CMakeLists.txt

9 lines
184 B
CMake
Raw Normal View History

add_executable(common-tests
2020-04-26 08:33:18 +00:00
bitutils_tests.cpp
2020-04-05 13:25:45 +00:00
event_tests.cpp
file_system_tests.cpp
rectangle_tests.cpp
)
target_link_libraries(common-tests PRIVATE common gtest gtest_main)