llvm-for-llvmta/lib/ExecutionEngine/MCJIT/CMakeLists.txt

15 lines
167 B
CMake
Raw Normal View History

2022-04-25 10:02:23 +02:00
add_llvm_component_library(LLVMMCJIT
MCJIT.cpp
DEPENDS
intrinsics_gen
LINK_COMPONENTS
Core
ExecutionEngine
Object
RuntimeDyld
Support
Target
)