1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
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
)