diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-04-13 20:52:50 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-04-13 20:52:50 +0000 |
commit | 0a6f053732c7a654cb9fe3e501680a104c3381a1 (patch) | |
tree | 58b9a87f33cde9d14c2eccd15eecd6f2252391f1 /tools/CMakeLists.txt | |
parent | 8a87ffb9252d6d66093dcd96f3b9a496dae4a439 (diff) |
Add CMake support for 'edis'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101177 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/CMakeLists.txt')
-rw-r--r-- | tools/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index 8b5d77e2c4..b9c77b1c8a 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt @@ -31,6 +31,7 @@ add_subdirectory(llvm-extract) add_subdirectory(bugpoint) add_subdirectory(llvm-bcanalyzer) add_subdirectory(llvm-stub) +add_subdirectory(edis) add_subdirectory(llvmc) if( EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/clang/CMakeLists.txt ) |