The Path to Coroutines The Path to Coroutines Configure the build Build all Build a specific target (coroutines target in this example) Running a specific target (coroutines target in this example) Sending commands using netcat Configure the build cmake -B build -S . -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES=cmake/conan_provider.cmake -DCMAKE_BUILD_TYPE=Debug Build all cmake --build build -j Build a specific target (coroutines target in this example) cmake --build build -j --target coroutines Running a specific target (coroutines target in this example) build/coroutines 8090 Sending commands using netcat netcat 127.0.0.1 8090