diff options
| author | Oscar Fuentes <ofv@wanadoo.es> | 2011-02-18 22:06:14 +0000 |
|---|---|---|
| committer | Oscar Fuentes <ofv@wanadoo.es> | 2011-02-18 22:06:14 +0000 |
| commit | 5ed962656c8fa76d66466cd2c9827f44fc50244e (patch) | |
| tree | 0f20f3884272240ed2212f38b41ad2c8594c72ae /llvm/lib/Bitcode/CMakeLists.txt | |
| parent | 5bfec69b1d3c5e57db530e325f1a7fd19bf0fea4 (diff) | |
| download | bcm5719-llvm-5ed962656c8fa76d66466cd2c9827f44fc50244e.tar.gz bcm5719-llvm-5ed962656c8fa76d66466cd2c9827f44fc50244e.zip | |
Move library stuff out of the toplevel CMakeLists.txt file.
llvm-svn: 125968
Diffstat (limited to 'llvm/lib/Bitcode/CMakeLists.txt')
| -rw-r--r-- | llvm/lib/Bitcode/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Bitcode/CMakeLists.txt b/llvm/lib/Bitcode/CMakeLists.txt new file mode 100644 index 00000000000..ff7e290cad1 --- /dev/null +++ b/llvm/lib/Bitcode/CMakeLists.txt @@ -0,0 +1,2 @@ +add_subdirectory(Reader) +add_subdirectory(Writer) |

