diff options
Diffstat (limited to 'llvm/lib/BinaryFormat/CMakeLists.txt')
-rw-r--r-- | llvm/lib/BinaryFormat/CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/lib/BinaryFormat/CMakeLists.txt b/llvm/lib/BinaryFormat/CMakeLists.txt new file mode 100644 index 00000000000..cb78ea6fdf9 --- /dev/null +++ b/llvm/lib/BinaryFormat/CMakeLists.txt @@ -0,0 +1,8 @@ +add_llvm_library(LLVMBinaryFormat + Dwarf.cpp + Magic.cpp + + ADDITIONAL_HEADER_DIRS + ${LLVM_MAIN_INCLUDE_DIR}/llvm/BinaryFormat + ) +
\ No newline at end of file |