Added iterator.hpp to the installing files list.

Makefile.am has it but CMakeLists.txt didn't have it.
This commit is contained in:
Takatoshi Kondo 2015-07-31 10:30:37 +09:00
parent 2a7d9977b1
commit 9650def29a

View File

@ -146,6 +146,7 @@ IF (MSGPACK_ENABLE_CXX)
include/msgpack/detail/cpp03_zone.hpp include/msgpack/detail/cpp03_zone.hpp
include/msgpack/detail/cpp11_zone.hpp include/msgpack/detail/cpp11_zone.hpp
include/msgpack/fbuffer.hpp include/msgpack/fbuffer.hpp
include/msgpack/iterator.hpp
include/msgpack/meta.hpp include/msgpack/meta.hpp
include/msgpack/object.hpp include/msgpack/object.hpp
include/msgpack/object_fwd.hpp include/msgpack/object_fwd.hpp