Updated CMakeLists.txt to include EC/Meta/Combine
This commit is contained in:
parent
9c5894520f
commit
f99e7c69ca
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ project(EntityComponentSystem)
|
||||||
|
|
||||||
set(EntityComponentSystem_HEADERS
|
set(EntityComponentSystem_HEADERS
|
||||||
EC/Meta/TypeList.hpp
|
EC/Meta/TypeList.hpp
|
||||||
|
EC/Meta/Combine.hpp
|
||||||
EC/Meta/Contains.hpp
|
EC/Meta/Contains.hpp
|
||||||
EC/Meta/ContainsAll.hpp
|
EC/Meta/ContainsAll.hpp
|
||||||
EC/Meta/IndexOf.hpp
|
EC/Meta/IndexOf.hpp
|
||||||
|
|
Loading…
Reference in a new issue