CMakeLists.txt 180 B

12345678
  1. set(LLVM_LINK_COMPONENTS support)
  2. add_llvm_executable(lli-child-target
  3. ChildTarget.cpp
  4. ../RemoteTarget.cpp
  5. )
  6. set_target_properties(lli-child-target PROPERTIES FOLDER "Misc")