]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - examples/ModuleMaker/CMakeLists.txt
Vendor import of llvm RELEASE_350/final tag r216957 (effectively, 3.5.0 release):
[FreeBSD/FreeBSD.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   )