cmake: Add some comments regarding r3.pc.in
This commit is contained in:
parent
b3dbf75da5
commit
8abc03ea56
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ install(
|
||||||
include/r3.hpp
|
include/r3.hpp
|
||||||
DESTINATION include)
|
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(prefix ${CMAKE_INSTALL_PREFIX})
|
||||||
set(exec_prefix ${prefix})
|
set(exec_prefix ${prefix})
|
||||||
set(includedir ${prefix}/include)
|
set(includedir ${prefix}/include)
|
||||||
|
|
Loading…
Reference in a new issue