Searched defs:output_name (Results 1 – 7 of 7) sorted by relevance
127 set(output_name "libclang") variable 129 set(output_name "clang") variable
295 if(NOT output_name) variable 313 set(output_name "lib${output_name}.dylib") global() variable [all...]
251 set(output_name "$<TARGET_PROPERTY:libcxx-abi-shared,OUTPUT_NAME>") global() variable
245 set(output_name "${CMAKE_CURRENT_BINARY_DIR}/devicertl-${target_name}-${target_cpu}.o") global() variable
615 set(output_name OUTPUT_NAME "${ARG_OUTPUT_NAME}") global() variable 716 set(output_name ${name}) global() variable 2364 set(output_name "$<TARGET_FILE_NAME:${name}>.${file_ext}") global() variable [all...]
127 static std::string output_name = ""; variable
682 internal::FilePath output_name(colon + 1); in GetAbsolutePathToOutputFile() local