Reverting "CMake: Don't include tools, unittets, or examples as
authorOscar Fuentes <ofv@wanadoo.es>
Sat, 25 Sep 2010 20:25:25 +0000 (20:25 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Sat, 25 Sep 2010 20:25:25 +0000 (20:25 +0000)
commit066de857f813991cb8985c7b10e130b32c878bd6
tree92207a1868247905d941699eabf4159ba6f6a552
parent207f8f688b0d530ebe4542ae0db599a6463b670b
Reverting "CMake: Don't include tools, unittets, or examples as
available targets unless LLVM_INCLUDE_X is ON. LLVM_BUILD_X implies
LLVM_INCLUDE_X"

It breaks the configuration phase when cmake is invoked without
parameters, it is too complex for the purpose and introduces an
incovenience for the user (as both LLVM_BUILD_X and LLVM_INCLUDE_X
must set to OFF for not including X on the build)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114795 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
cmake/modules/AddLLVM.cmake
unittests/CMakeLists.txt
utils/unittest/CMakeLists.txt