struct Vcpkg::VcpkgTarget

Defined in:

pcfile.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(lib_path : Path, bin_path : Path, include_path : Path, status_path : Path, packages_path : Path, target_triplet : Vcpkg::TargetTriplet) #

[View source]

Instance Method Detail

def bin_path : Path #

[View source]
def bin_path=(bin_path : Path) #

[View source]
def include_path : Path #

[View source]
def include_path=(include_path : Path) #

[View source]
def lib_path : Path #

[View source]
def lib_path=(lib_path : Path) #

[View source]
def link_name_for_lib(filename : Path | String) #

[View source]
def packages_path : Path #

directory containing the install files per port


[View source]
def packages_path=(packages_path : Path) #

directory containing the install files per port


[View source]
def status_path : Path #

directory containing the status file


[View source]
def status_path=(status_path : Path) #

directory containing the status file


[View source]
def target_triplet : TargetTriplet #

target specific settings


[View source]
def target_triplet=(target_triplet : TargetTriplet) #

target specific settings


[View source]