Fix another mistake in r190442.
[oota-llvm.git] / lib / CMakeLists.txt
index d1ea02733836d63bf2efaff92be2315dbdb3418d..4d9aebcd0a22715b3abef5638ff814f6057d6bf5 100644 (file)
@@ -1,6 +1,7 @@
 # `Support' and `TableGen' libraries are added on the top-level CMakeLists.txt
 
 add_subdirectory(IR)
+add_subdirectory(IRReader)
 add_subdirectory(CodeGen)
 add_subdirectory(Bitcode)
 add_subdirectory(Transforms)
@@ -13,4 +14,3 @@ add_subdirectory(DebugInfo)
 add_subdirectory(ExecutionEngine)
 add_subdirectory(Target)
 add_subdirectory(AsmParser)
-add_subdirectory(Archive)