From 0b85d07d4611e7d704bf6550fbc624aff36a53b4 Mon Sep 17 00:00:00 2001 From: Oscar Fuentes Date: Sun, 20 Feb 2011 22:06:10 +0000 Subject: 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 --- utils/not/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/not') 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 ) -- cgit v1.2.3-18-g5258