[llvm] [cmake] Add possibility to use ChooseMSVCCRT.cmake when include LLVM library
[llvm-core.git] / examples / HowToUseLLJIT / CMakeLists.txt
blob77a8e8c704cdc6739b73585c963f487fda9af065
1 set(LLVM_LINK_COMPONENTS
2   Core
3   OrcJIT
4   Support
5   nativecodegen
6   )
8 add_llvm_example(HowToUseLLJIT
9   HowToUseLLJIT.cpp
10   )