Skip to content

Commit 6293f00

Browse files
author
Vincent Raman
committed
Standard install paths
1 parent dc045ba commit 6293f00

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

CMakeLists.txt

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,9 @@ list(APPEND TARGET_LIBRARIES sioclient_tls)
5454
endif()
5555

5656
install(FILES ${ALL_HEADERS}
57-
DESTINATION "${CMAKE_CURRENT_LIST_DIR}/build/include"
57+
DESTINATION "include"
5858
)
5959

6060
install(TARGETS ${TARGET_LIBRARIES}
61-
DESTINATION "${CMAKE_CURRENT_LIST_DIR}/build/lib/${CMAKE_BUILD_TYPE}"
62-
)
63-
64-
install(FILES ${Boost_LIBRARIES}
65-
DESTINATION "${CMAKE_CURRENT_LIST_DIR}/build/lib/${CMAKE_BUILD_TYPE}"
66-
)
61+
DESTINATION "lib"
62+
)

0 commit comments

Comments
 (0)