comm* added to project

This commit is contained in:
folkert van heusden 2024-05-16 22:22:50 +02:00
parent 6c03218b29
commit a0b2392ac6
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -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