1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/lib/BinaryFormat/CMakeLists.txt

13 lines
206 B
CMake
Raw Normal View History

add_llvm_library(LLVMBinaryFormat
Dwarf.cpp
Magic.cpp
MsgPackReader.cpp
MsgPackTypes.cpp
MsgPackWriter.cpp
Wasm.cpp
ADDITIONAL_HEADER_DIRS
${LLVM_MAIN_INCLUDE_DIR}/llvm/BinaryFormat
)