Creates a build generator out of a module and a list of top-level targets. This will define a function with the signature Build buildFunc() in the calling module and a main entry point function for a command-line executable.
See Implementation
Creates a build generator out of a module and a list of top-level targets. This will define a function with the signature Build buildFunc() in the calling module and a main entry point function for a command-line executable.