llvm-project/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/CMakeLists.txt

18 lines
227 B
CMake

set(LLVM_LINK_COMPONENTS
Analysis
Core
ExecutionEngine
InstCombine
Object
OrcJIT
RuntimeDyld
ScalarOpts
Support
TransformUtils
native
)
add_kaleidoscope_chapter(BuildingAJIT-Ch5-Server
server.cpp
)