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