Skip to content

Commit

Permalink
add headers to Files.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
uyha committed Jul 3, 2023
1 parent d6b2de9 commit 8bd1b78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Files.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ SET (msgpack-cxx_HEADERS
include/msgpack/adaptor/cpp17/carray_byte.hpp
include/msgpack/adaptor/cpp17/optional.hpp
include/msgpack/adaptor/cpp17/string_view.hpp
include/msgpack/adaptor/cpp17/variant.hpp
include/msgpack/adaptor/cpp17/vector_byte.hpp
include/msgpack/adaptor/cpp20/span.hpp
include/msgpack/adaptor/define.hpp
Expand Down Expand Up @@ -542,6 +543,7 @@ SET (msgpack-cxx_HEADERS
include/msgpack/v1/adaptor/cpp17/carray_byte.hpp
include/msgpack/v1/adaptor/cpp17/optional.hpp
include/msgpack/v1/adaptor/cpp17/string_view.hpp
include/msgpack/v1/adaptor/cpp17/variant.hpp
include/msgpack/v1/adaptor/cpp17/vector_byte.hpp
include/msgpack/v1/adaptor/cpp20/span.hpp
include/msgpack/v1/adaptor/define.hpp
Expand Down

0 comments on commit 8bd1b78

Please sign in to comment.