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