From a0b2392ac65cb3367ea5998f24e30e473dfc3397 Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Thu, 16 May 2024 22:22:50 +0200 Subject: [PATCH] comm* added to project --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 258c488..fb5eef2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,6 +27,9 @@ add_executable( breakpoint_parser.cpp breakpoint_register.cpp bus.cpp + comm.cpp + comm_posix_tty.cpp + comm_tcp_socket.cpp console.cpp console_ncurses.cpp console_posix.cpp @@ -75,6 +78,9 @@ add_executable( breakpoint_parser.cpp breakpoint_register.cpp bus.cpp + comm.cpp + comm_posix_tty.cpp + comm_tcp_socket.cpp console.cpp console_posix.cpp cpu.cpp