Searched defs:ccProperties (Results 1 – 2 of 2) sorted by relevance
28 type ccProperties struct { struct29 Name *string30 Owner *string31 Defaults []string32 Vendor_available *bool33 Generated_sources []string34 Generated_headers []string35 Shared sharedLib36 Static staticLib37 Static_libs []string[all …]
27 type ccProperties struct { struct28 Name *string29 Owner *string30 Defaults []string31 Vendor_available *bool32 Recovery_available *bool33 Generated_sources []string34 Generated_headers []string35 Group_static_libs *bool36 Shared_libs []string[all …]