diff options
author | Oscar Fuentes <ofv@wanadoo.es> | 2011-03-12 22:01:42 +0000 |
---|---|---|
committer | Oscar Fuentes <ofv@wanadoo.es> | 2011-03-12 22:01:42 +0000 |
commit | 255d0253df2e3ef7f52dbeba40ec7ce56077137e (patch) | |
tree | 2550b003df28f5a0974b2594bfdfff1cf104c0c4 /lib/CMakeLists.txt | |
parent | 8e3db304c19defbbd686104950fe22d1c149cce1 (diff) |
Build CompilerDriver library.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127554 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CMakeLists.txt')
-rw-r--r-- | lib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index e2838c373a..80118f0819 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -7,6 +7,7 @@ add_subdirectory(Transforms) add_subdirectory(Linker) add_subdirectory(Analysis) add_subdirectory(MC) +add_subdirectory(CompilerDriver) add_subdirectory(Object) add_subdirectory(ExecutionEngine) add_subdirectory(Target) |