diff options
Diffstat (limited to 'lib/MC/CMakeLists.txt')
-rw-r--r-- | lib/MC/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/MC/CMakeLists.txt b/lib/MC/CMakeLists.txt new file mode 100644 index 0000000..0d86cb4 --- /dev/null +++ b/lib/MC/CMakeLists.txt @@ -0,0 +1,3 @@ +add_llvm_library(LLVMMC + MCContext.cpp + ) |