From: Stephen Seo Date: Fri, 4 Mar 2016 12:43:46 +0000 (+0900) Subject: Updated CMakeLists.txt to include EC/Meta/Combine X-Git-Tag: 1.0~118 X-Git-Url: https://git.seodisparate.com/inner/further?a=commitdiff_plain;h=f99e7c69cac6afcaf102c8ce4a9a6d785faeb4f9;p=EntityComponentMetaSystem Updated CMakeLists.txt to include EC/Meta/Combine --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d454bc8..9b36e23 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,6 +3,7 @@ project(EntityComponentSystem) set(EntityComponentSystem_HEADERS EC/Meta/TypeList.hpp + EC/Meta/Combine.hpp EC/Meta/Contains.hpp EC/Meta/ContainsAll.hpp EC/Meta/IndexOf.hpp