1*7330f729Sjoerg# Do this by hand instead of using add_llvm_utilities(), which 2*7330f729Sjoerg# tries to create a corresponding executable, which we don't want. 3*7330f729Sjoergif (LLVM_ADD_NATIVE_VISUALIZERS_TO_SOLUTION) 4*7330f729Sjoerg set(CLANG_VISUALIZERS clang.natvis) 5*7330f729Sjoerg add_custom_target(ClangVisualizers SOURCES ${CLANG_VISUALIZERS}) 6*7330f729Sjoerg set_target_properties(ClangVisualizers PROPERTIES FOLDER "Utils") 7*7330f729Sjoergendif() 8