brintos

brintos / llvm-project-archived public Read only

0
0
Text · 217 B · 0d0d3d4 Raw
16 lines · plain
1add_llvm_component_library(LLVMFrontendAtomic2	Atomic.cpp3 4	ADDITIONAL_HEADER_DIRS5	${LLVM_MAIN_INCLUDE_DIR}/llvm/Frontend/Atomic6 7	DEPENDS8	LLVMAnalysis9	LLVMTargetParser10 11	LINK_COMPONENTS12	Core13	Support14	Analysis15)16