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