summaryrefslogtreecommitdiffstats
path: root/Tests/FortranModules/Submodules/CMakeLists.txt
blob: da204d0ea10666e5b5ad5186ef0fa3a8aad77a46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# The program units in this file consist of a module/submodule
# tree represented by the following graph:
#
#        parent
#          |
#         / \
#        /   \
#    child   sibling
#      |
#  grandchild
#
# where the parent node is a module and all other nodes are submodules.

add_executable(submod
  main.f90
  parent.f90
  child.f90
  grandchild.f90
  sibling.f90
  )