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