Commit 2e1dd87a authored by Mathieu Stefani's avatar Mathieu Stefani Committed by GitHub

Merge pull request #65 from cyremur/master

Include serializer code in CMake install script
parents 472f3f6a ab0ae1d6
......@@ -16,6 +16,9 @@ include_directories (${CMAKE_CURRENT_SOURCE_DIR}/include)
file(GLOB HEADER_FILES "include/*.h")
install(FILES ${HEADER_FILES} DESTINATION include/pistache)
file(GLOB SERIALIZER_HEADER_FILES "include/serializer/*.h")
install(FILES ${SERIALIZER_HEADER_FILES} DESTINATION include/pistache/serializer)
add_subdirectory (src)
include_directories (src)
......
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 to comment