summaryrefslogtreecommitdiff
path: root/indra/cmake/GLM.cmake
blob: e1f05f98356513e10ce1f3bacbd130f4e451cfc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- cmake -*-
include(Prebuilt)

add_library( ll::glm INTERFACE IMPORTED )

if (USESYSTEMLIBS)
  find_package( glm REQUIRED )
else ()
use_system_binary( glm )
use_prebuilt_binary(glm)
endif ()