Function
Shell.Project
val setFiles : string list -> unit
setFiles sources -> ()
()
This function sets the list of required files equal to the value of sources. Target sources for the project may require files using a statement like:
require "foo.sml"
The setFiles function is used to tell the project where to find these required files.