mirror of
https://github.com/stenzek/duckstation.git
synced 2025-07-24 19:10:20 +00: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) |