cmake gp_resolved_file_type examples

Signatures

gp_resolved_file_type(<original_file> <file> <exepath> <dirs> <type_var>
  [<rpaths>])

Examples

MultiMC/Launcher cmake/GetPrerequisites.cmake :560

gp_resolved_file_type("${original_file}" "${file}" "${exepath}" "" type)

Slicer/Slicer CMake/GetPrerequisitesWithRPath.cmake :644

gp_resolved_file_type("${original_file}" "${file}" "${exepath}" "" type)

Slicer/SlicerGitSVNArchive CMake/GetPrerequisitesWithRPath.cmake :644

gp_resolved_file_type("${original_file}" "${file}" "${exepath}" "" type)

eric612/Caffe-YOLOv3-Windows cmake/CaffeGetPrerequisites.cmake :636

gp_resolved_file_type("${original_file}" "${file}" "${exepath}" "" type)

MITK/MITK CMake/GetPrerequisites.cmake :646

gp_resolved_file_type("${original_file}" "${file}" "${exepath}" "" type)