mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-18 03:29:49 +02:00
Added cpp_config.hpp to install files.
This commit is contained in:
@@ -78,6 +78,7 @@ LIST (APPEND msgpack_HEADERS
|
||||
IF (MSGPACK_ENABLE_CXX)
|
||||
LIST (APPEND msgpack_HEADERS
|
||||
include/msgpack.hpp
|
||||
include/msgpack/cpp_config.hpp
|
||||
include/msgpack/sbuffer.hpp
|
||||
include/msgpack/vrefbuffer.hpp
|
||||
include/msgpack/zbuffer.hpp
|
||||
|
@@ -1,4 +1,3 @@
|
||||
|
||||
lib_LTLIBRARIES = libmsgpack.la
|
||||
|
||||
AM_CPPFLAGS = -I../include
|
||||
@@ -53,6 +52,7 @@ nobase_include_HEADERS = \
|
||||
if ENABLE_CXX
|
||||
nobase_include_HEADERS += \
|
||||
../include/msgpack.hpp \
|
||||
../include/msgpack/cpp_config.hpp \
|
||||
../include/msgpack/sbuffer.hpp \
|
||||
../include/msgpack/vrefbuffer.hpp \
|
||||
../include/msgpack/zbuffer.hpp \
|
||||
@@ -106,4 +106,3 @@ doxygen_cpp:
|
||||
doxygen Doxyfile_cpp
|
||||
|
||||
doxygen: doxygen_c doxygen_cpp
|
||||
|
||||
|
Reference in New Issue
Block a user