mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-20 15:25:38 +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) |