summaryrefslogtreecommitdiffstats
path: root/Tests/Fortran/Library/CMakeLists.txt
blob: 8d6290004bbba08a99668d63b20a9b280bc09260 (plain)
1
2
3
ADD_LIBRARY(subdir_mods a.f90 b.f90)
ADD_EXECUTABLE(subdir_exe main.f90)
TARGET_LINK_LIBRARIES(subdir_exe subdir_mods)