Skip to content

Commit 6d49f06

Browse files
committed
add install rules
1 parent 3f4889f commit 6d49f06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ foreach(execid arange complement filter foldl foldr foldt head init insert inter
3838
target_link_libraries(test_${execid} functional testing)
3939
add_test(test_${execid} bin/test_${execid})
4040
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

Comments
 (0)