Sign in
◑
Theme
swiftshader
/
SwiftShader.git
/
3decd1af6bde6185b745e0fe5e2cdb66ef27e1d3
/
.
/
third_party
/
llvm-7.0
/
llvm
/
examples
/
ModuleMaker
/
CMakeLists.txt
blob: a73909a13bd48eadeaa9382dddc9c0c3b41002f2 [
file
]
set(LLVM_LINK_COMPONENTS
BitWriter
Core
Support
)
add_llvm_example(ModuleMaker
ModuleMaker.cpp
)