Skip to content
Snippets Groups Projects

Feature/new api specs

Merged Nathan Chambron requested to merge feature/newApiSpecs into develop
Files
7
@@ -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)
Loading