Files
HandmadeMath/test/glm/util/conan-package/FindGLM.cmake
Ben Visness 244e9879fd Commit all of GLM into this branch because why not
I do not like it but I have done it

portability ftw
2018-02-10 18:52:07 -06:00

11 lines
172 B
CMake

FIND_PATH(
GLM_INCLUDE_DIR
NAMES
glm
PATHS
include)
INCLUDE(FindPackageHandleStandardArgs)
FIND_PACKAGE_HANDLE_STANDARD_ARGS(GLM REQUIRED_VARS GLM_INCLUDE_DIR)