We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3048eb3 commit b840221Copy full SHA for b840221
CMakeLists.txt
@@ -36,3 +36,5 @@ add_executable(tcp-relay src/tcp_relay.cpp)
36
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
37
target_compile_options(tcp-relay PRIVATE -fcoroutines)
38
endif()
39
+
40
+install(TARGETS tcp-relay DESTINATION bin)
0 commit comments