Configure pkg-config.pc outside of the backbone's cmake submodule.
This commit is contained in:
parent
d3857edb66
commit
e1e6dcfc33
|
@ -1 +1 @@
|
|||
Subproject commit 85724cbd4ef273ab6ce06507013dc5e6087023a6
|
||||
Subproject commit df96ceb0b067844d341f0405db7c10def84d772c
|
|
@ -1 +1,6 @@
|
|||
INCLUDE (PkgConfigCommonRules)
|
||||
|
||||
CONFIGURE_FILE (
|
||||
"${CMAKE_SOURCE_DIR}/cmake/backbone/templates/pkg-config.pc.in"
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_LOWERCASE_NAME}-${MAJOR}.pc"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue