Sign in
◑
Theme
cobalt
/
cobalt.git
/
7a8c3d464b6008023471eebab34df4c241e6d713
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
examples
/
ModuleMaker
/
CMakeLists.txt
blob: a73909a13bd48eadeaa9382dddc9c0c3b41002f2 [
file
]
set(LLVM_LINK_COMPONENTS
BitWriter
Core
Support
)
add_llvm_example(ModuleMaker
ModuleMaker.cpp
)