Skip to content

Commit 9f4922c

Browse files
committed
add install rules
1 parent 3f75673 commit 9f4922c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ else()
7474
set(CMAKE_CXX_FLAGS_RELEASE "-O3 -march=native -flto")
7575
endif()
7676

77+
# Installation rules
78+
install(DIRECTORY include/ DESTINATION websocket_proxy/include)
79+
7780
if (CMAKE_BUILD_TYPE MATCHES Release)
7881
add_custom_command(TARGET websocket_proxy
7982
POST_BUILD

0 commit comments

Comments
 (0)