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 | 0b85d07d4611e7d704bf6550fbc624aff36a53b4 (patch) | |
tree | 0d834d3adf48ab448c6b2f975d7edf0a0892883a /CMakeLists.txt | |
parent | f7ad048f1e122ee4f735398786f4859392f74144 (diff) |
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 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a5d5f39d8..59a69b16e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,6 +12,8 @@ set(CMAKE_MODULE_PATH set(PACKAGE_VERSION "2.9") +set_property(GLOBAL PROPERTY USE_FOLDERS ON) + include(VersionFromVCS) option(LLVM_APPEND_VC_REV |