Skip to content

Commit f77e072

Browse files
doc: Update description of APP and TEST scopes
Co-authored-by: Laurence Kedward <[email protected]>
1 parent a5673ab commit f77e072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fpm/src/fpm_targets.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,8 @@ end subroutine add_dependency
329329
!>
330330
!> - Executable sources (`FPM_SCOPE_APP`,`FPM_SCOPE_TEST`) may use
331331
!> library modules (including dependencies) as well as any modules
332-
!> corresponding to source files __in the same directory__ as the
333-
!> executable source.
332+
!> corresponding to source files in the same directory or a
333+
!> subdirectory of the executable source file.
334334
!>
335335
!> @warning If a module used by a source file cannot be resolved to
336336
!> a source file in the package of the correct scope, then a __fatal error__

0 commit comments

Comments
 (0)