comm* added to project
This commit is contained in:
parent
6c03218b29
commit
a0b2392ac6
1 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,9 @@ add_executable(
|
||||||
breakpoint_parser.cpp
|
breakpoint_parser.cpp
|
||||||
breakpoint_register.cpp
|
breakpoint_register.cpp
|
||||||
bus.cpp
|
bus.cpp
|
||||||
|
comm.cpp
|
||||||
|
comm_posix_tty.cpp
|
||||||
|
comm_tcp_socket.cpp
|
||||||
console.cpp
|
console.cpp
|
||||||
console_ncurses.cpp
|
console_ncurses.cpp
|
||||||
console_posix.cpp
|
console_posix.cpp
|
||||||
|
@ -75,6 +78,9 @@ add_executable(
|
||||||
breakpoint_parser.cpp
|
breakpoint_parser.cpp
|
||||||
breakpoint_register.cpp
|
breakpoint_register.cpp
|
||||||
bus.cpp
|
bus.cpp
|
||||||
|
comm.cpp
|
||||||
|
comm_posix_tty.cpp
|
||||||
|
comm_tcp_socket.cpp
|
||||||
console.cpp
|
console.cpp
|
||||||
console_posix.cpp
|
console_posix.cpp
|
||||||
cpu.cpp
|
cpu.cpp
|
||||||
|
|
Loading…
Add table
Reference in a new issue