« Prev 4.2.2 Checking for a Header File | Table of Contents | Next » 4.2.4 Checking for a Library |
The check_d_import
method can be used to check for the presence of D import.
This method takes the name of the import to check for as the first argument.
Example calls:
configure do check_d_import "std.stdio" check_d_import "std.numeric" end
:check_d_import_path
Optionally specifies an array of paths to look for the module in.
« Prev 4.2.2 Checking for a Header File | Table of Contents | Next » 4.2.4 Checking for a Library |