forked from OSchip/llvm-project
8 lines
135 B
CMake
8 lines
135 B
CMake
|
add_llvm_library(LLVMBinaryFormat
|
||
|
Dwarf.cpp
|
||
|
Magic.cpp
|
||
|
|
||
|
ADDITIONAL_HEADER_DIRS
|
||
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/BinaryFormat
|
||
|
)
|
||
|
|