Sign in
llvm
/
llvm-project
/
llvm
/
62cb718cd267dc419f79d3274573fe49b11ee1f1
/
.
/
examples
/
ModuleMaker
/
CMakeLists.txt
blob: a73909a13bd48eadeaa9382dddc9c0c3b41002f2 [
file
]
set(LLVM_LINK_COMPONENTS
BitWriter
Core
Support
)
add_llvm_example(ModuleMaker
ModuleMaker.cpp
)