Skip to content

Instantly share code, notes, and snippets.

@feliwir
Created March 25, 2016 10:05
Show Gist options
  • Save feliwir/6317e03b3a05cd66e53f to your computer and use it in GitHub Desktop.
Save feliwir/6317e03b3a05cd66e53f to your computer and use it in GitHub Desktop.
option(LLVM_BUILD_EXAMPLES FALSE)
option(LLVM_INCLUDE_EXAMPLES FALSE)
option(LLVM_BUILD_TESTS FALSE)
option(LLVM_INCLUDE_TESTS FALSE)
option(LLVM_BUILD_DOCS FALSE)
set(LLVM_EXTERNAL_CLANG_SOURCE_DIR CACHE PATH "clang")
add_subdirectory(llvm)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "llvm/share/llvm/cmake")
include(LLVMConfig)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment