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 fdaa742 commit cdbeaf5Copy full SHA for cdbeaf5
clang/CMakeLists.txt
@@ -114,6 +114,7 @@ if( CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR )
114
include(TableGen)
115
include(HandleLLVMOptions)
116
include(VersionFromVCS)
117
+ include(LLVMDistributionSupport)
118
119
set(PACKAGE_VERSION "${LLVM_PACKAGE_VERSION}")
120
@@ -858,6 +859,10 @@ if (LLVM_ADD_NATIVE_VISUALIZERS_TO_SOLUTION)
858
859
endif()
860
add_subdirectory(utils/hmaptool)
861
862
+if(CLANG_BUILT_STANDALONE)
863
+ llvm_distribution_add_targets()
864
+endif()
865
+
866
configure_file(
867
${CLANG_SOURCE_DIR}/include/clang/Config/config.h.cmake
868
${CLANG_BINARY_DIR}/include/clang/Config/config.h)
0 commit comments