Sign in
chromium
/
external
/
github.com
/
microsoft
/
DirectXShaderCompiler
/
77dcbb61f7efdee92a19e4e289f03f2c77365222
/
.
/
examples
/
ModuleMaker
/
CMakeLists.txt
blob: a73909a13bd48eadeaa9382dddc9c0c3b41002f2 [
file
]
set(LLVM_LINK_COMPONENTS
BitWriter
Core
Support
)
add_llvm_example(ModuleMaker
ModuleMaker.cpp
)