Move library stuff out of the toplevel CMakeLists.txt file.
[oota-llvm.git] / lib / Bitcode / CMakeLists.txt
diff --git a/lib/Bitcode/CMakeLists.txt b/lib/Bitcode/CMakeLists.txt
new file mode 100644 (file)
index 0000000..ff7e290
--- /dev/null
@@ -0,0 +1,2 @@
+add_subdirectory(Reader)
+add_subdirectory(Writer)