We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64cd16b commit b302640Copy full SHA for b302640
CMakeLists.txt
@@ -6,4 +6,6 @@ project(stdlib)
6
7
enable_testing()
8
9
+set(CMAKE_Fortran_MODULE_DIRECTORY ${CMAKE_BINARY_DIR})
10
+
11
add_subdirectory(src)
0 commit comments