netex/src/net/old/CMakeLists.txt
2024-01-07 18:04:39 +01:00

9 lines
149 B
CMake

target_sources(netex PRIVATE
"client.c"
"communication.h"
"sock_helper.c"
"server.c"
"thread_manager.c"
"thread_manager.h")