2021-07-23 14:02:09 +00:00
|
|
|
add_executable(duckstation-regtest
|
2022-10-11 09:31:19 +00:00
|
|
|
regtest_host.cpp
|
2021-07-23 14:02:09 +00:00
|
|
|
)
|
|
|
|
|
2023-08-13 06:28:28 +00:00
|
|
|
target_link_libraries(duckstation-regtest PRIVATE core common scmversion)
|
2023-11-20 10:56:21 +00:00
|
|
|
|
|
|
|
add_core_resources(duckstation-regtest)
|