Added install files.

This commit is contained in:
Takatoshi Kondo
2015-08-11 19:58:54 +09:00
parent 4b2b3a18df
commit 5adea26044
2 changed files with 274 additions and 0 deletions

View File

@@ -201,6 +201,10 @@ IF (MSGPACK_ENABLE_CXX)
include/msgpack/zbuffer.hpp
include/msgpack/zone.hpp
)
FILE (GLOB_RECURSE PREPROCESSOR_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/include/msgpack/preprocessor/*.hpp)
LIST (APPEND msgpack_HEADERS ${PREPROCESSOR_FILES})
LIST (APPEND msgpack_HEADERS include/msgpack/preprocessor.hpp)
ENDIF ()
EXECUTE_PROCESS (