Explorar el Código

Add missing install header

Kajetan Johannes Hammerle hace 1 año
padre
commit
2bdc748a53
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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