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

include_guard()
create_target( ll::glod )

use_prebuilt_binary(glod)

set(GLODLIB ON CACHE BOOL "Using GLOD library")

set_target_include_dirs( ll::glod ${LIBS_PREBUILT_DIR}/include)
set_target_libraries( ll::glod GLOD )