llvm/examples/HowToUseJIT/CMakeLists.txt
NAKAMURA Takumi c3e85bfe21 Prune unused libdeps.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289060 91177308-0d34-0410-b5e6-96231b3b80d8
2016-12-08 15:28:02 +00:00

12 lines
146 B
CMake

set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
Interpreter
Support
nativecodegen
)
add_llvm_example(HowToUseJIT
HowToUseJIT.cpp
)