Added ZT public headers for CMake install

This commit is contained in:
Joseph Henry
2019-04-18 15:39:49 -07:00
parent 42f943ae40
commit a9035739e8

View File

@@ -505,6 +505,10 @@ endif ()
# | INSTALL |
# -----------------------------------------------------------------------------
set(PUBLIC_ZT_HEADERS
${PROJECT_SOURCE_DIR}/include/ZeroTier.h
${PROJECT_SOURCE_DIR}/include/ZeroTierConstants.h)
set(include_dest "include/zt")
set(main_lib_dest "lib/zt")
set(lib_dest "${main_lib_dest}/${CMAKE_BUILD_TYPE}")