Configure pkg-config.pc outside of the backbone's cmake submodule.

This commit is contained in:
Kolan Sh 2015-10-19 20:32:12 +03:00
parent d3857edb66
commit e1e6dcfc33
2 changed files with 6 additions and 1 deletions

@ -1 +1 @@
Subproject commit 85724cbd4ef273ab6ce06507013dc5e6087023a6
Subproject commit df96ceb0b067844d341f0405db7c10def84d772c

View File

@ -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"
)