Adding EnTT

This commit is contained in:
Dynamitos
2022-04-28 19:24:44 +02:00
parent 14b816fc3c
commit 9939d625b5
9 changed files with 52 additions and 0 deletions
+5
View File
@@ -61,6 +61,11 @@ set(GLFW_VULKAN_STATIC OFF CACHE BOOL "GLFW vulkan static")
add_subdirectory(${GLFW_ROOT} ${GLFW_ROOT})
#--------------EnTT------------------------------
list(APPEND DEPENDENCIES EnTT)
add_subdirectory(${ENTT_ROOT} ${ENTT_ROOT})
#--------------FreeType------------------------------
list(APPEND DEPENDENCIES freetype)