nesemu/debugger/CMakeLists.txt

8 lines
143 B
CMake
Raw Normal View History

2024-01-07 16:20:37 -05:00
add_library(DEBUG
debugger.c
memory_view.c
dialog.c)
find_package(Curses)
target_link_libraries(DEBUG Curses::Curses)