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/FileUpdate/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/FileUpdate') diff --git a/utils/FileUpdate/CMakeLists.txt b/utils/FileUpdate/CMakeLists.txt index 5dda49e0e4..655aaec3bc 100644 --- a/utils/FileUpdate/CMakeLists.txt +++ b/utils/FileUpdate/CMakeLists.txt @@ -1,4 +1,4 @@ -add_executable(FileUpdate +add_llvm_utility(FileUpdate FileUpdate.cpp ) -- cgit v1.2.3