xref: /llvm-project/llvm/lib/DebugInfo/BTF/CMakeLists.txt (revision a01d1831bc9068a0d9d9c5ee6ef2601c05aacc4b)
1add_llvm_component_library(LLVMDebugInfoBTF
2  BTFParser.cpp
3  BTFContext.cpp
4  ADDITIONAL_HEADER_DIRS
5  "${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/BTF"
6
7  DEPENDS
8  intrinsics_gen
9
10  LINK_COMPONENTS
11  Support
12  )
13