You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beside the static and dynamic libraries, there could be another type of library: virtual.
This actually wouldn't turn into a library file anyhow. Instead, it will simply collect all source files and then object files, and pass them whenever there's any other target (of type program or library) requesting it.
Example:
ag vlib -type library -libspec virtual -s file1.cc file2.cc
ag prg -type program -s main.cc -depends vlib
Beside the static and dynamic libraries, there could be another type of library: virtual.
This actually wouldn't turn into a library file anyhow. Instead, it will simply collect all source files and then object files, and pass them whenever there's any other target (of type program or library) requesting it.
Example:
Produces the following rules:
The text was updated successfully, but these errors were encountered: