duckstation/src/duckstation-regtest/CMakeLists.txt

9 lines
236 B
CMake
Raw Normal View History

2021-07-23 14:02:09 +00:00
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)