[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / examples / OrcV2Examples / LLJITWithLazyReexports / CMakeLists.txt
blob2ed22e161139c16ab0c48388a1b802bc73f56efe
1 set(LLVM_LINK_COMPONENTS
2   Core
3   ExecutionEngine
4   IRReader
5   OrcJIT
6   Support
7   nativecodegen
8   )
10 add_llvm_example(LLJITWithLazyReexports
11   LLJITWithLazyReexports.cpp
12   )
14 export_executable_symbols(LLJITWithLazyReexports)