Introduce Math.hpp and use typedef to make replacing glm with something else in the future simpler
This commit is contained in:
@@ -46,6 +46,7 @@ endif()
|
||||
|
||||
# glm
|
||||
include_directories(external/glm)
|
||||
add_compile_definitions(GLM_FORCE_INTRINSICS)
|
||||
|
||||
# fmt
|
||||
#add_subdirectory(external/fmt EXCLUDE_FROM_ALL)
|
||||
|
||||
Reference in New Issue
Block a user