Skip to content

Commit

Permalink
cmake: Add some comments regarding r3.pc.in
Browse files Browse the repository at this point in the history
  • Loading branch information
msteinert committed Jul 10, 2018
1 parent b3dbf75 commit 8abc03e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ install(
include/r3.hpp
DESTINATION include)

# Configure substitutions for r3.pc. The variables set here must match the
# @<values>@ in r3.pc.in.
set(prefix ${CMAKE_INSTALL_PREFIX})
set(exec_prefix ${prefix})
set(includedir ${prefix}/include)
Expand Down

0 comments on commit 8abc03e

Please sign in to comment.