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