We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d5e0f commit 6b2e4e4Copy full SHA for 6b2e4e4
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