/indra/cmake/GLOD.cmake
CMake | 9 lines | 6 code | 2 blank | 1 comment | 1 complexity | 8dc964454ffce1589b5412a794ea9930 MD5 | raw file
Possible License(s): LGPL-2.1
- # -*- cmake -*-
- include(Prebuilt)
- if (NOT STANDALONE)
- use_prebuilt_binary(GLOD)
- endif (NOT STANDALONE)
- set(GLOD_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/include)
- set(GLOD_LIBRARIES glod)