[lit] Improve lit.Run class
[llvm-complete.git] / examples / Kaleidoscope / BuildingAJIT / Chapter2 / CMakeLists.txt
blobba6abd72d428274806ac4aedf09a223a6d10a047
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   Core
4   ExecutionEngine
5   InstCombine
6   Object
7   OrcJIT
8   RuntimeDyld
9   ScalarOpts
10   Support
11   native
12   )
14 add_kaleidoscope_chapter(BuildingAJIT-Ch2
15   toy.cpp
16   )
18 export_executable_symbols(BuildingAJIT-Ch2)