commit | 5ed962656c8fa76d66466cd2c9827f44fc50244e | [log] [tgz] |
---|---|---|
author | Oscar Fuentes <ofv@wanadoo.es> | Fri Feb 18 22:06:14 2011 +0000 |
committer | Oscar Fuentes <ofv@wanadoo.es> | Fri Feb 18 22:06:14 2011 +0000 |
tree | 0f20f3884272240ed2212f38b41ad2c8594c72ae | |
parent | 5bfec69b1d3c5e57db530e325f1a7fd19bf0fea4 [diff] [blame] |
Move library stuff out of the toplevel CMakeLists.txt file. llvm-svn: 125968
diff --git a/llvm/lib/MC/CMakeLists.txt b/llvm/lib/MC/CMakeLists.txt index c17e150..f1811a1 100644 --- a/llvm/lib/MC/CMakeLists.txt +++ b/llvm/lib/MC/CMakeLists.txt
@@ -34,3 +34,6 @@ WinCOFFObjectWriter.cpp TargetAsmBackend.cpp ) + +add_subdirectory(MCParser) +add_subdirectory(MCDisassembler)