Skip to content
Snippets Groups Projects
Commit 0fc158d3 authored by Nathan Chambron's avatar Nathan Chambron
Browse files

changed directory of install

parent 56f7cf69
No related branches found
No related tags found
2 merge requests!2Develop,!1Feature/new api specs
......@@ -34,5 +34,5 @@ file(GLOB HDRS
add_library(${PROJECT_NAME} ${SRCS} )
target_link_libraries(${PROJECT_NAME} pistache pthread)
install(TARGETS ${PROJECT_NAME} DESTINATION /usr/lib)
install(FILES ${HDRS} DESTINATION include)
\ No newline at end of file
install(TARGETS ${PROJECT_NAME} DESTINATION /usr/lib/worldStorage)
install(FILES ${HDRS} DESTINATION include/worldStorage)
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment