mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-01 12:15:37 +00: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)
|