Commit dca4ffbb authored by Linshizhi's avatar Linshizhi

Install header files.

parent fcec120e
set(HEADER_LIST
proto.h
streamContext.h)
set(SRCs set(SRCs
streamContext.c streamContext.c
proto.c proto.c
...@@ -36,3 +39,7 @@ endif() ...@@ -36,3 +39,7 @@ endif()
install(TARGETS protos install(TARGETS protos
DESTINATION ${CMAKE_INSTALL_LIBDIR}) DESTINATION ${CMAKE_INSTALL_LIBDIR})
install(FILES ${HEADER_LIST}
DESTINATION include)
install(DIRECTORY basic MovMem
DESTINATION include)
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