summaryrefslogtreecommitdiff
path: root/indra/cmake/GLOD.cmake
blob: f1532510c5cd519659f3e7527bc82b0c16acbd4f (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)

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