Skip to content

Commit b840221

Browse files
committed
add install(TARGETS) command
1 parent 3048eb3 commit b840221

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ add_executable(tcp-relay src/tcp_relay.cpp)
3636
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
3737
target_compile_options(tcp-relay PRIVATE -fcoroutines)
3838
endif()
39+
40+
install(TARGETS tcp-relay DESTINATION bin)

0 commit comments

Comments
 (0)