NCAR / musica

Multi-Scale Infrastructure for Chemistry Modeling
https://wiki.ucar.edu/display/MUSICA/MUSICA+Home
Apache License 2.0
4 stars 2 forks source link

Set lib and inc paths for the musica-fortran installation #174

Open dwfncar opened 1 month ago

dwfncar commented 1 month ago

Update fortran/packaging/CMakeLists.txt to set lib and inc paths for the installed musica-fortran library. See src/packaging/CMakeLists.txt and modulefile.lua.in.

Acceptance Criteria

In a host model CMakeLists.txt file, find_package(musica-fortran) should set include and lib directories so that target_include_directories, target_link_directories, and target_link_libraries lines are not required.