Commit 0af4fdb7 authored by NzSN's avatar NzSN

CMakeLists.txt: Install proto/ to include/proto/

parent 3a37919b
......@@ -83,11 +83,11 @@ endif()
install(TARGETS shmproto
DESTINATION ${CMAKE_INSTALL_LIBDIR})
install(FILES ${ROOT}/src/proto/proto.h
${ROOT}/src/utils.h
${ROOT}/src/proto/movMemProto.h
${ROOT}/src/ioctx.h
install(FILES ${ROOT}/src/utils.h ${ROOT}/src/ioctx.h
DESTINATION include)
install(DIRECTORY ${ROOT}/src/proto
DESTINATION include/proto)
if(DEBUG)
# Tests
......
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