Contains basic mathematical tools that are useful in other subprojects
...
# GLM: opengl mathematics
include_directories(external_libraries/glm)
add_subdirectory(external_libraries/glm)
...
target_link_libraries(your_project_name ...)
Contains basic mathematical tools that are useful in other subprojects
...
# GLM: opengl mathematics
include_directories(external_libraries/glm)
add_subdirectory(external_libraries/glm)
...
target_link_libraries(your_project_name ...)