Created
March 25, 2016 10:05
-
-
Save feliwir/6317e03b3a05cd66e53f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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