Skip to content

Commit

Permalink
Use full path CMake variables (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper authored Oct 31, 2023
1 parent 8f1bc62 commit c2465d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions heat/heatc.pc.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: HeatC
Description: 2D Heat Equation
Version: ${CMAKE_PROJECT_VERSION}
Libs: -L${CMAKE_INSTALL_LIBDIR} -l${bmi_name}
Cflags: -I${CMAKE_INSTALL_INCLUDEDIR}
Libs: -L${CMAKE_INSTALL_FULL_LIBDIR} -l${bmi_name}
Cflags: -I${CMAKE_INSTALL_FULL_INCLUDEDIR}

0 comments on commit c2465d3

Please sign in to comment.