add_library(DEBUG debugger.c memory_view.c dialog.c) find_package(Curses) target_link_libraries(DEBUG Curses::Curses)