aboutsummaryrefslogtreecommitdiffstats
path: root/utils/KillTheDoctor
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2011-02-20 22:06:10 +0000
committerOscar Fuentes <ofv@wanadoo.es>2011-02-20 22:06:10 +0000
commit0b85d07d4611e7d704bf6550fbc624aff36a53b4 (patch)
tree0d834d3adf48ab448c6b2f975d7edf0a0892883a /utils/KillTheDoctor
parentf7ad048f1e122ee4f735398786f4859392f74144 (diff)
downloadexternal_llvm-0b85d07d4611e7d704bf6550fbc624aff36a53b4.zip
external_llvm-0b85d07d4611e7d704bf6550fbc624aff36a53b4.tar.gz
external_llvm-0b85d07d4611e7d704bf6550fbc624aff36a53b4.tar.bz2
Put targets on folders, if the IDE supports the feature.
Requires CMake 2.8.3 or newer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126092 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/KillTheDoctor')
-rw-r--r--utils/KillTheDoctor/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/KillTheDoctor/CMakeLists.txt b/utils/KillTheDoctor/CMakeLists.txt
index 99c671e..37c2b7c 100644
--- a/utils/KillTheDoctor/CMakeLists.txt
+++ b/utils/KillTheDoctor/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_executable(KillTheDoctor
+add_llvm_utility(KillTheDoctor
KillTheDoctor.cpp
)