summaryrefslogtreecommitdiff
path: root/utils/not
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/not
parentf7ad048f1e122ee4f735398786f4859392f74144 (diff)
downloadllvm-0b85d07d4611e7d704bf6550fbc624aff36a53b4.tar.gz
llvm-0b85d07d4611e7d704bf6550fbc624aff36a53b4.tar.bz2
llvm-0b85d07d4611e7d704bf6550fbc624aff36a53b4.tar.xz
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/not')
-rw-r--r--utils/not/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/not/CMakeLists.txt b/utils/not/CMakeLists.txt
index 155d2e3ae7..f4c02290d7 100644
--- a/utils/not/CMakeLists.txt
+++ b/utils/not/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_executable(not
+add_llvm_utility(not
not.cpp
)