Moved gcc_atomic.hpp location.

This commit is contained in:
Takatoshi Kondo
2016-05-30 09:55:16 +09:00
parent 7eb8c8221a
commit b68c073d1b
3 changed files with 2 additions and 0 deletions

View File

@@ -202,6 +202,7 @@ IF (MSGPACK_ENABLE_CXX)
include/msgpack/cpp_config_decl.hpp
include/msgpack/fbuffer.hpp
include/msgpack/fbuffer_decl.hpp
include/msgpack/gcc_atomic.hpp
include/msgpack/iterator.hpp
include/msgpack/iterator_decl.hpp
include/msgpack/meta.hpp

View File

@@ -200,6 +200,7 @@ nobase_include_HEADERS += \
../include/msgpack/cpp_config_decl.hpp \
../include/msgpack/fbuffer.hpp \
../include/msgpack/fbuffer_decl.hpp \
../include/msgpack/gcc_atomic.hpp \
../include/msgpack/iterator.hpp \
../include/msgpack/iterator_decl.hpp \
../include/msgpack/meta.hpp \