Переглянути джерело

Add missing install header

Kajetan Johannes Hammerle 1 рік тому
батько
коміт
2bdc748a53
1 змінених файлів з 1 додано та 0 видалено
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -106,6 +106,7 @@ target_sources(core PUBLIC
         ./include/core/Check.h
         ./include/core/Components.h
         ./include/core/Frustum.h
+        ./include/core/Generic.h
         ./include/core/HashMap.h
         ./include/core/List.h
         ./include/core/Logger.h