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

include_guard()
add_library( ll::glod INTERFACE IMPORTED )

use_conan_binary(glod)
use_prebuilt_binary(glod)

target_include_directories( ll::glod SYSTEM INTERFACE ${LIBS_PREBUILT_DIR}/include)
target_link_libraries( ll::glod INTERFACE GLOD )
target_compile_definitions( ll::glod INTERFACE LL_GLOD=1)