Fortran-lang/fpm
Packaging and contributing
Source Files
Modules
Procedures
Derived Types
Program
compile_command_t
Interface
3 statements
Source File
fpm_compile_commands.F90
fpm_compile_commands
compile_command_t
Contents
Module Procedures
cct_new
public interface compile_command_t
Module Procedures
public function
cct_new
(directory, arguments, file) result(cct)
Override default initializer (GCC 15 bug)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
directory
character(len=*),
intent(in),
optional
::
arguments
(:)
character(len=*),
intent(in)
::
file
Return Value
type(
compile_command_t
)