Skip to content

Commit

Permalink
[cmake] Install IPhreeqc shared library.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Nov 7, 2023
1 parent fd732ac commit 76944e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ if(_build_chemistry_lib)
${iphreeqc_SOURCE_DIR}/src/phreeqcpp
)
list(APPEND DISABLE_WARNINGS_TARGETS IPhreeqc)
if(BUILD_SHARED_LIBS)
install(TARGETS IPhreeqc LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
endif()
endif()
endif()
endif()
Expand Down

0 comments on commit 76944e1

Please sign in to comment.