commit | 0d9ff0bcba53da358cce7170cc60e8ee3b7f6676 | [log] [tgz] |
---|---|---|
author | Ted Kremenek <kremenek@apple.com> | Thu Jul 16 18:10:20 2009 +0000 |
committer | Ted Kremenek <kremenek@apple.com> | Thu Jul 16 18:10:20 2009 +0000 |
tree | 9f3122f71d57427b68c8f9c6a57a2a7999431252 | |
parent | 9cdd637312a5572287de0fb8637b252ee09cef10 [diff] [blame] |
Add 'clang-wpa' to the CMake-based build. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76091 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt index fc30fb8..74a810c 100644 --- a/tools/CMakeLists.txt +++ b/tools/CMakeLists.txt
@@ -1,3 +1,4 @@ add_subdirectory(clang-cc) add_subdirectory(driver) add_subdirectory(index-test) +add_subdirectory(wpa)