Populate library in case we find the default src directory
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(library_config_t), | intent(out) | :: | self |
Instance of the library meta data |
subroutine default_library(self)
!> Instance of the library meta data
type(library_config_t), intent(out) :: self
self%source_dir = "src"
self%include_dir = [string_t("include")]
end subroutine default_library