File: FindGLM.cmake

package info (click to toggle)
glm 0.9.3.3%2Bdfsg-0.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 12,064 kB
  • sloc: cpp: 14,510; xml: 1,819; python: 111; makefile: 5
file content (12 lines) | stat: -rw-r--r-- 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
if(NOT GLM_PACKAGE_DIR)
	message("ERROR: GLM_PACKAGE_DIR requires to be set")
endif(NOT GLM_PACKAGE_DIR)

set(GLM_INCLUDE_DIR ${GLM_PACKAGE_DIR})
set(GLM_LIBRARY_DIR )

include_directories(${GLM_INCLUDE_DIR})

if(GLM_PACKAGE_DIR AND GLM_INCLUDE_DIR)
	set(GLM_FOUND "YES")
endif(GLM_PACKAGE_DIR AND GLM_INCLUDE_DIR)