mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-02-01 12:15:37 +00:00
9 lines
236 B
CMake
9 lines
236 B
CMake
|
add_executable(duckstation-regtest
|
||
|
regtest_host_display.cpp
|
||
|
regtest_host_display.h
|
||
|
regtest_host_interface.cpp
|
||
|
regtest_host_interface.h
|
||
|
)
|
||
|
|
||
|
target_link_libraries(duckstation-regtest PRIVATE core common frontend-common scmversion)
|