mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 13:48:33 -05:00
eb8cd35684
The main Fortran test is not granular enough. Split some into another test.
3 lines
116 B
CMake
3 lines
116 B
CMake
add_library(subdir_mods2 subdir.f90)
|
|
target_include_directories(subdir_mods2 INTERFACE ${CMAKE_CURRENT_BINARY_DIR})
|