Open aherrmann opened 1 year ago
In the meantime users can work around the lack of this feature by creating an intermediate cc_library target that takes the zig_library or zig_shared_library target in its srcs attribute.
cc_library
zig_library
zig_shared_library
srcs
In the meantime users can work around the lack of this feature by creating an intermediate
cc_library
target that takes thezig_library
orzig_shared_library
target in itssrcs
attribute.