COMP: Add entt

This commit is contained in:
David Allemang
2023-02-04 21:11:30 -05:00
parent 7ecaad653b
commit 65e4960f09
3 changed files with 25 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ project(toddcox-faster)
set(CMAKE_CXX_STANDARD 20)
include(vendor/eigen.cmake)
include(vendor/entt.cmake)
include(vendor/fmt.cmake)
include(vendor/glad.cmake)
include(vendor/glfw.cmake)