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

if (NOT USESYSTEMLIBS)
  use_prebuilt_binary(glod)
endif (NOT USESYSTEMLIBS)

set(GLOD_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include)
set(GLOD_LIBRARIES GLOD)