Skip to content

Commit

Permalink
Install modfiles to include/ dir (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
sloede authored Jun 27, 2023
1 parent a3fa5e4 commit c2635d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ add_subdirectory( examples )

# Install configuration
install( TARGETS ${PROJECT_NAME} )
install( FILES ${CMAKE_Fortran_MODULE_DIRECTORY}/libtrixi.mod TYPE LIB)
install( FILES ${CMAKE_Fortran_MODULE_DIRECTORY}/libtrixi.mod TYPE INCLUDE)
install( DIRECTORY LibTrixi.jl DESTINATION share/libtrixi )
install( PROGRAMS utils/libtrixi-init-julia TYPE BIN )

0 comments on commit c2635d9

Please sign in to comment.