We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ecf2e9 commit eb25c62Copy full SHA for eb25c62
CMakeLists.txt
@@ -29,6 +29,8 @@ endif()
29
option(INSIGHTS_USE_SYSTEM_INCLUDES "Elevate to system includes" Off)
30
option(INSIGHTS_COVERAGE "Enable code coverage" Off)
31
option(INSIGHTS_STATIC "Use static linking" Off)
32
+option(CLANG_LINK_CLANG_DYLIB "link clang with dylib" On )
33
+option(LLVM_LINK_LLVM_DYLIB "link llvm with dylib" On )
34
35
set(INSIGHTS_LLVM_CONFIG "llvm-config" CACHE STRING "LLVM config executable to use")
36
0 commit comments