diff options
Diffstat (limited to 'indra/cmake/GLOD.cmake')
-rw-r--r-- | indra/cmake/GLOD.cmake | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/indra/cmake/GLOD.cmake b/indra/cmake/GLOD.cmake deleted file mode 100644 index 61c0c166d4..0000000000 --- a/indra/cmake/GLOD.cmake +++ /dev/null @@ -1,12 +0,0 @@ -# -*- 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)
\ No newline at end of file |