Commit e3256b61 by amir

add json.hpp to package

parent 99ceca7c
Showing with 1 additions and 1 deletions
......@@ -80,7 +80,7 @@ set (CMAKE_INSTALL_PREFIX dist)
file (GLOB INSTALL_FILES "src/*.h")
install(FILES ${INSTALL_FILES} DESTINATION include/microservice)
# src/common
file (GLOB INSTALL_FILES "src/common/*.h")
file (GLOB INSTALL_FILES "src/common/*.h*")
install(FILES ${INSTALL_FILES} DESTINATION include/microservice/common)
# src/params
file (GLOB INSTALL_FILES "src/params/*.h")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment