struct Vcpkg::VcpkgTarget
- Vcpkg::VcpkgTarget
- Struct
- Value
- Object
Defined in:
pcfile.crConstructors
Instance Method Summary
- #bin_path : Path
- #bin_path=(bin_path : Path)
- #include_path : Path
- #include_path=(include_path : Path)
- #lib_path : Path
- #lib_path=(lib_path : Path)
- #link_name_for_lib(filename : Path | String)
-
#packages_path : Path
directory containing the install files per port
-
#packages_path=(packages_path : Path)
directory containing the install files per port
-
#status_path : Path
directory containing the status file
-
#status_path=(status_path : Path)
directory containing the status file
-
#target_triplet : TargetTriplet
target specific settings
-
#target_triplet=(target_triplet : TargetTriplet)
target specific settings
Constructor Detail
def self.new(lib_path : Path, bin_path : Path, include_path : Path, status_path : Path, packages_path : Path, target_triplet : Vcpkg::TargetTriplet)
#