We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f75673 commit 9f4922cCopy full SHA for 9f4922c
1 file changed
CMakeLists.txt
@@ -74,6 +74,9 @@ else()
74
set(CMAKE_CXX_FLAGS_RELEASE "-O3 -march=native -flto")
75
endif()
76
77
+# Installation rules
78
+install(DIRECTORY include/ DESTINATION websocket_proxy/include)
79
+
80
if (CMAKE_BUILD_TYPE MATCHES Release)
81
add_custom_command(TARGET websocket_proxy
82
POST_BUILD
0 commit comments