android13/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/CMakeLists.txt

18 lines
236 B
CMake
Raw Normal View History

2024-06-22 08:45:49 -04:00
set(LLVM_LINK_COMPONENTS
Analysis
Core
ExecutionEngine
InstCombine
Object
RuntimeDyld
ScalarOpts
Support
native
)
add_kaleidoscope_chapter(BuildingAJIT-Ch1
toy.cpp
)
export_executable_symbols(BuildingAJIT-Ch1)