Lines Matching defs:output_name
294 get_target_property(output_name ${name} OUTPUT_NAME)
295 if(NOT output_name)
296 set(output_name ${name})
303 set(bundle_subdir ${output_name}.framework/Versions/${LLDB_FRAMEWORK_VERSION}/)
314 set(output_name "lib${output_name}.dylib")
321 set(dsym_name ${output_name}.dSYM)
323 set(dsym_name ${output_name}.framework.dSYM)
330 set(buildtree_name ${buildtree_dir}/${bundle_subdir}${output_name})
340 set(installtree_name "\$ENV\{DESTDIR\}${install_prefix}/${bundle_subdir}${output_name}")