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

include_guard()
create_target( ll::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)