Commit 65c5f841 authored by Nathan Chambron's avatar Nathan Chambron
Browse files

Update CMakeLists.txt

parent bc6c9a88
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/worldStorage)
install(FILES ${HDRS} DESTINATION include/worldStorage)
install(TARGETS ${PROJECT_NAME} DESTINATION /usr/lib)
install(FILES ${HDRS} DESTINATION include)