mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-30 09:21:10 -04:00
6 lines
131 B
CMake
6 lines
131 B
CMake
add_executable(duckstation-regtest
|
|
regtest_host.cpp
|
|
)
|
|
|
|
target_link_libraries(duckstation-regtest PRIVATE core common scmversion)
|