mirror of
https://github.com/hmaxnl/netex.git
synced 2025-04-19 11:38:13 +02:00
9 lines
149 B
CMake
9 lines
149 B
CMake
|
|
target_sources(netex PRIVATE
|
|
"client.c"
|
|
"communication.h"
|
|
"sock_helper.c"
|
|
"server.c"
|
|
"thread_manager.c"
|
|
"thread_manager.h")
|