Move library stuff out of the toplevel CMakeLists.txt file.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125968 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Oscar Fuentes
2011-02-18 22:06:14 +00:00
parent ba05c01dab
commit 6d857ca4d7
13 changed files with 95 additions and 82 deletions

View File

@@ -0,0 +1,2 @@
add_subdirectory(Reader)
add_subdirectory(Writer)