OSDN Git Service

Merge "Set LOCAL_MULTLIB := first for all LLVM host builds"
[android-x86/external-llvm.git] / examples / ModuleMaker / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   BitWriter
3   Core
4   Support
5   )
6
7 add_llvm_example(ModuleMaker
8   ModuleMaker.cpp
9   )