aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/c-index-test/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/c-index-test/CMakeLists.txt b/tools/c-index-test/CMakeLists.txt
index abf3cc4400..4c724659f6 100644
--- a/tools/c-index-test/CMakeLists.txt
+++ b/tools/c-index-test/CMakeLists.txt
@@ -18,3 +18,8 @@ set( LLVM_LINK_COMPONENTS
add_clang_executable(c-index-test
c-index-test.c
)
+
+set_target_properties(c-index-test
+ PROPERTIES
+ LINKER_LANGUAGE CXX)
+