CMakeLists.txt 75 B

12345
  1. add_subdirectory(TestTcp)
  2. IF(NOT WASM)
  3. add_subdirectory(TestProto)
  4. ENDIF()