build: remove extra > from HEADERS_FILES
This commit is contained in:
150
CMakeLists.txt
150
CMakeLists.txt
@@ -118,81 +118,81 @@ option(ENTT_INCLUDE_NATVIS "Add EnTT natvis files to the EnTT target." OFF)
|
||||
if(ENTT_INCLUDE_HEADERS)
|
||||
set(
|
||||
HEADERS_FILES
|
||||
config/config.h>
|
||||
config/macro.h>
|
||||
config/version.h>
|
||||
container/dense_map.hpp>
|
||||
container/dense_set.hpp>
|
||||
container/table.hpp>
|
||||
container/fwd.hpp>
|
||||
core/algorithm.hpp>
|
||||
core/any.hpp>
|
||||
core/attribute.h>
|
||||
core/bit.hpp>
|
||||
core/compressed_pair.hpp>
|
||||
core/enum.hpp>
|
||||
core/family.hpp>
|
||||
core/fwd.hpp>
|
||||
core/hashed_string.hpp>
|
||||
core/ident.hpp>
|
||||
core/iterator.hpp>
|
||||
core/memory.hpp>
|
||||
core/monostate.hpp>
|
||||
core/ranges.hpp>
|
||||
core/tuple.hpp>
|
||||
core/type_info.hpp>
|
||||
core/type_traits.hpp>
|
||||
core/utility.hpp>
|
||||
entity/component.hpp>
|
||||
entity/entity.hpp>
|
||||
entity/fwd.hpp>
|
||||
entity/group.hpp>
|
||||
entity/handle.hpp>
|
||||
entity/mixin.hpp>
|
||||
entity/helper.hpp>
|
||||
entity/organizer.hpp>
|
||||
entity/ranges.hpp>
|
||||
entity/registry.hpp>
|
||||
entity/runtime_view.hpp>
|
||||
entity/snapshot.hpp>
|
||||
entity/sparse_set.hpp>
|
||||
entity/storage.hpp>
|
||||
entity/view.hpp>
|
||||
graph/adjacency_matrix.hpp>
|
||||
graph/dot.hpp>
|
||||
graph/flow.hpp>
|
||||
graph/fwd.hpp>
|
||||
locator/locator.hpp>
|
||||
meta/adl_pointer.hpp>
|
||||
meta/container.hpp>
|
||||
meta/context.hpp>
|
||||
meta/factory.hpp>
|
||||
meta/fwd.hpp>
|
||||
meta/meta.hpp>
|
||||
meta/node.hpp>
|
||||
meta/pointer.hpp>
|
||||
meta/policy.hpp>
|
||||
meta/range.hpp>
|
||||
meta/resolve.hpp>
|
||||
meta/template.hpp>
|
||||
meta/type_traits.hpp>
|
||||
meta/utility.hpp>
|
||||
poly/fwd.hpp>
|
||||
poly/poly.hpp>
|
||||
process/fwd.hpp>
|
||||
process/process.hpp>
|
||||
process/scheduler.hpp>
|
||||
resource/cache.hpp>
|
||||
resource/fwd.hpp>
|
||||
resource/loader.hpp>
|
||||
resource/resource.hpp>
|
||||
signal/delegate.hpp>
|
||||
signal/dispatcher.hpp>
|
||||
signal/emitter.hpp>
|
||||
signal/fwd.hpp>
|
||||
signal/sigh.hpp>
|
||||
entt.hpp>
|
||||
fwd.hpp>
|
||||
config/config.h
|
||||
config/macro.h
|
||||
config/version.h
|
||||
container/dense_map.hpp
|
||||
container/dense_set.hpp
|
||||
container/table.hpp
|
||||
container/fwd.hpp
|
||||
core/algorithm.hpp
|
||||
core/any.hpp
|
||||
core/attribute.h
|
||||
core/bit.hpp
|
||||
core/compressed_pair.hpp
|
||||
core/enum.hpp
|
||||
core/family.hpp
|
||||
core/fwd.hpp
|
||||
core/hashed_string.hpp
|
||||
core/ident.hpp
|
||||
core/iterator.hpp
|
||||
core/memory.hpp
|
||||
core/monostate.hpp
|
||||
core/ranges.hpp
|
||||
core/tuple.hpp
|
||||
core/type_info.hpp
|
||||
core/type_traits.hpp
|
||||
core/utility.hpp
|
||||
entity/component.hpp
|
||||
entity/entity.hpp
|
||||
entity/fwd.hpp
|
||||
entity/group.hpp
|
||||
entity/handle.hpp
|
||||
entity/mixin.hpp
|
||||
entity/helper.hpp
|
||||
entity/organizer.hpp
|
||||
entity/ranges.hpp
|
||||
entity/registry.hpp
|
||||
entity/runtime_view.hpp
|
||||
entity/snapshot.hpp
|
||||
entity/sparse_set.hpp
|
||||
entity/storage.hpp
|
||||
entity/view.hpp
|
||||
graph/adjacency_matrix.hpp
|
||||
graph/dot.hpp
|
||||
graph/flow.hpp
|
||||
graph/fwd.hpp
|
||||
locator/locator.hpp
|
||||
meta/adl_pointer.hpp
|
||||
meta/container.hpp
|
||||
meta/context.hpp
|
||||
meta/factory.hpp
|
||||
meta/fwd.hpp
|
||||
meta/meta.hpp
|
||||
meta/node.hpp
|
||||
meta/pointer.hpp
|
||||
meta/policy.hpp
|
||||
meta/range.hpp
|
||||
meta/resolve.hpp
|
||||
meta/template.hpp
|
||||
meta/type_traits.hpp
|
||||
meta/utility.hpp
|
||||
poly/fwd.hpp
|
||||
poly/poly.hpp
|
||||
process/fwd.hpp
|
||||
process/process.hpp
|
||||
process/scheduler.hpp
|
||||
resource/cache.hpp
|
||||
resource/fwd.hpp
|
||||
resource/loader.hpp
|
||||
resource/resource.hpp
|
||||
signal/delegate.hpp
|
||||
signal/dispatcher.hpp
|
||||
signal/emitter.hpp
|
||||
signal/fwd.hpp
|
||||
signal/sigh.hpp
|
||||
entt.hpp
|
||||
fwd.hpp
|
||||
)
|
||||
|
||||
list(TRANSFORM HEADERS_FILES APPEND ">" OUTPUT_VARIABLE HEADERS_BUILD_INTERFACE)
|
||||
|
||||
Reference in New Issue
Block a user