1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/tools/lli/ChildTarget/CMakeLists.txt
2016-01-11 23:12:30 +00:00

12 lines
186 B
CMake

set(LLVM_LINK_COMPONENTS
OrcJIT
RuntimeDyld
Support
)
add_llvm_executable(lli-child-target
ChildTarget.cpp
)
set_target_properties(lli-child-target PROPERTIES FOLDER "Misc")