Merge branch 'release-0.1.7'
This commit is contained in:
commit
5e98d6df1f
|
@ -7,7 +7,7 @@ SET (PROJECT_DESCRIPTION "LaTeX representation in the memory.")
|
||||||
|
|
||||||
SET (MAJOR 0)
|
SET (MAJOR 0)
|
||||||
SET (MINOR 1)
|
SET (MINOR 1)
|
||||||
SET (PATCH 6)
|
SET (PATCH 7)
|
||||||
|
|
||||||
LIST (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/backbone)
|
LIST (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/backbone)
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 82708ba51466d02bb113e1e1aa258aef8f8bc38a
|
Subproject commit 1a86690f4b44f1c781da8fbb15723bf3089236e3
|
|
@ -1 +1,6 @@
|
||||||
INCLUDE (PkgConfigCommon)
|
INCLUDE (PkgConfigCommon)
|
||||||
|
|
||||||
|
CONFIGURE_FILE (
|
||||||
|
"${CMAKE_CURRENT_SOURCE_DIR}/pkg-config.pc.in"
|
||||||
|
"${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_LOWERCASE_NAME}-${MAJOR}.pc"
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue