Introduce Math.hpp and use typedef to make replacing glm with something else in the future simpler

This commit is contained in:
2020-10-27 23:25:26 +01:00
parent c219fc3778
commit 78d24fbe41
16 changed files with 268 additions and 181 deletions

View File

@@ -46,6 +46,7 @@ endif()
# glm
include_directories(external/glm)
add_compile_definitions(GLM_FORCE_INTRINSICS)
# fmt
#add_subdirectory(external/fmt EXCLUDE_FROM_ALL)