diff options
| author | Oscar Fuentes <ofv@wanadoo.es> | 2011-02-20 22:06:10 +0000 |
|---|---|---|
| committer | Oscar Fuentes <ofv@wanadoo.es> | 2011-02-20 22:06:10 +0000 |
| commit | 3145e923c1c1d6c26864bf1643498d9cf0988ccd (patch) | |
| tree | a6c00eff82dcd517016b37bf3ecb1e487246480d /llvm/utils/FileCheck | |
| parent | f849bf81bd4c6905599a22bc3c0cf89c378d2591 (diff) | |
| download | bcm5719-llvm-3145e923c1c1d6c26864bf1643498d9cf0988ccd.tar.gz bcm5719-llvm-3145e923c1c1d6c26864bf1643498d9cf0988ccd.zip | |
Put targets on folders, if the IDE supports the feature.
Requires CMake 2.8.3 or newer.
llvm-svn: 126092
Diffstat (limited to 'llvm/utils/FileCheck')
| -rw-r--r-- | llvm/utils/FileCheck/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/FileCheck/CMakeLists.txt b/llvm/utils/FileCheck/CMakeLists.txt index 54db453e70e..fa56f92a8f2 100644 --- a/llvm/utils/FileCheck/CMakeLists.txt +++ b/llvm/utils/FileCheck/CMakeLists.txt @@ -1,4 +1,4 @@ -add_executable(FileCheck +add_llvm_utility(FileCheck FileCheck.cpp ) |

