struct Vcpkg::PcFile

Defined in:

pcfile.cr

Constant Summary

Log = ::Log.for("pcfile")

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(id : String, libs : Array(String), deps : Array(String)) #

[View source]

Class Method Detail

def self.from_str(id : String, s : String, target_triplet : TargetTriplet) #

[View source]
def self.parse_pc_file(vcpkg_target : VcpkgTarget, path : Path | String) : Result #

[View source]

Instance Method Detail

def deps : Array(String) #

[View source]
def deps=(deps : Array(String)) #

[View source]
def id : String #

[View source]
def id=(id : String) #

[View source]
def libs : Array(String) #

[View source]
def libs=(libs : Array(String)) #

[View source]