mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 04:02:41 +01:00
5a6064de4e
llvm-svn: 200297
9 lines
180 B
CMake
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")
|