llvm-capstone/lld/lib/CMakeLists.txt
Michael J. Spencer 60d835fa59 Add COFF reader.
There are no tests for this yet because I still need to finish the
YAML -> COFF converter so we don't get binary files checked in.

llvm-svn: 156100
2012-05-03 20:52:22 +00:00

5 lines
101 B
CMake

add_subdirectory(Core)
add_subdirectory(Passes)
add_subdirectory(Platforms)
add_subdirectory(Reader)