mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-24 19:05:43 -04:00
7 lines
171 B
CMake
7 lines
171 B
CMake
add_executable(duckstation-regtest
|
|
regtest_host.cpp
|
|
)
|
|
|
|
target_link_libraries(duckstation-regtest PRIVATE core common scmversion)
|
|
|
|
add_core_resources(duckstation-regtest) |