mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-28 23:11:10 -04:00
11 lines
300 B
CMake
11 lines
300 B
CMake
add_executable(duckstation-regtest
|
|
regtest_host_display.cpp
|
|
regtest_host_display.h
|
|
regtest_host_interface.cpp
|
|
regtest_host_interface.h
|
|
regtest_settings_interface.cpp
|
|
regtest_settings_interface.h
|
|
)
|
|
|
|
target_link_libraries(duckstation-regtest PRIVATE core common frontend-common scmversion)
|