Commit 0fc158d3 authored by Nathan Chambron's avatar Nathan Chambron
Browse files

changed directory of install

parent 56f7cf69
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)
+1211 −10

File changed.

Preview size limit exceeded, changes collapsed.