We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5673ab commit f77e072Copy full SHA for f77e072
fpm/src/fpm_targets.f90
@@ -329,8 +329,8 @@ end subroutine add_dependency
329
!>
330
!> - Executable sources (`FPM_SCOPE_APP`,`FPM_SCOPE_TEST`) may use
331
!> library modules (including dependencies) as well as any modules
332
-!> corresponding to source files __in the same directory__ as the
333
-!> executable source.
+!> corresponding to source files in the same directory or a
+!> subdirectory of the executable source file.
334
335
!> @warning If a module used by a source file cannot be resolved to
336
!> a source file in the package of the correct scope, then a __fatal error__
0 commit comments