blob: 77221d55ede01056ed6b2e83228173907b064a03 (
plain)
1
2
3
4
5
6
7
8
9
|
# -*- 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)
|