Configuration data for installation
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
logical, | public | :: | library |
Install library with this project |
Print information on this instance
Write information on install configuration instance
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(install_config_t), | intent(in) | :: | self |
Instance of the build configuration |
||
integer, | intent(in) | :: | unit |
Unit for IO |
||
integer, | intent(in), | optional | :: | verbosity |
Verbosity of the printout |
type :: install_config_t
!> Install library with this project
logical :: library
contains
!> Print information on this instance
procedure :: info
end type install_config_t