llvm-mirror/examples/HowToUseJIT/CMakeLists.txt
NAKAMURA Takumi f8337108d2 Prune unused libdeps.
llvm-svn: 289060
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
)