Updated CMakeLists.txt to include EC/Meta/Combine

This commit is contained in:
Stephen Seo 2016-03-04 21:43:46 +09:00
parent 9c5894520f
commit f99e7c69ca

View file

@ -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