Skip to content

Commit

Permalink
Improve information in pkg-config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Oct 24, 2023
1 parent f6d814b commit 3f98f51
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bmic.pc.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Name: Bmi
Description: The Basic Model Interface
Name: bmi-c
Description: The Basic Model Interface for C
URL: https://bmi.readthedocs.io
Version: ${BMI_VERSION}
Libs: -L${CMAKE_INSTALL_LIBDIR} -lbmic
Libs: -L${CMAKE_INSTALL_LIBDIR} -l${CMAKE_PROJECT_NAME}
Cflags: -I${CMAKE_INSTALL_INCLUDEDIR}

0 comments on commit 3f98f51

Please sign in to comment.