1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 14:02:52 +02:00
llvm-mirror/tools/lli/ChildTarget/CMakeLists.txt
2014-01-28 09:43:41 +00:00

9 lines
180 B
CMake

set(LLVM_LINK_COMPONENTS support)
add_llvm_executable(lli-child-target
ChildTarget.cpp
../RemoteTarget.cpp
)
set_target_properties(lli-child-target PROPERTIES FOLDER "Misc")