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 b57b512 commit 05d5fcaCopy full SHA for 05d5fca
src/CMakeLists.txt
@@ -11,6 +11,9 @@ configure_file(reader.in.f90 reader.f90 @ONLY)
11
file(READ writer_template.in.f90 writer_template)
12
configure_file(writer.in.f90 writer.f90 @ONLY)
13
14
+set_directory_properties(PROPERTIES CMAKE_CONFIGURE_DEPENDS
15
+"reader_template.in.f90;writer_template.in.f90")
16
+
17
target_sources(nc4fortran PRIVATE
18
interface.f90
19
read.f90 ${CMAKE_CURRENT_BINARY_DIR}/reader.f90
0 commit comments