Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 320 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 320 Bytes

Info

Contains basic mathematical tools that are useful in other subprojects

Dependencies

CMake

...
# GLM: opengl mathematics
include_directories(external_libraries/glm)
add_subdirectory(external_libraries/glm)

... 

target_link_libraries(your_project_name ...)