mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-04 17:05:42 -04:00
11 lines
231 B
CMake
11 lines
231 B
CMake
add_executable(common-tests
|
|
bitutils_tests.cpp
|
|
file_system_tests.cpp
|
|
gsvector_yuvtorgb_test.cpp
|
|
path_tests.cpp
|
|
rectangle_tests.cpp
|
|
string_tests.cpp
|
|
)
|
|
|
|
target_link_libraries(common-tests PRIVATE common gtest gtest_main)
|