llvm/lib/BinaryFormat/CMakeLists.txt
Sam Clegg b67613ea0a [WebAssembly] Move toString helpers to BinaryFormat
Subscribers: dschuff, mgorny, jgravelle-google, aheejin, sunfish, llvm-commits

Differential Revision: https://reviews.llvm.org/D46847

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@332305 91177308-0d34-0410-b5e6-96231b3b80d8
2018-05-14 22:42:07 +00:00

10 lines
147 B
CMake

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