We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4889f commit 6d49f06Copy full SHA for 6d49f06
CMakeLists.txt
@@ -38,3 +38,6 @@ foreach(execid arange complement filter foldl foldr foldt head init insert inter
38
target_link_libraries(test_${execid} functional testing)
39
add_test(test_${execid} bin/test_${execid})
40
endforeach()
41
+
42
+install(DIRECTORY "${CMAKE_Fortran_MODULE_DIRECTORY}" DESTINATION "${CMAKE_INSTALL_PREFIX}")
43
+install(DIRECTORY "${CMAKE_LIBRARY_OUTPUT_DIRECTORY}" DESTINATION "${CMAKE_INSTALL_PREFIX}")
0 commit comments