In progress...
This commit is contained in:
parent
818457a4c3
commit
87b2791835
|
@ -6,6 +6,8 @@ LIST (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/backbone)
|
|||
|
||||
ExternalProject_Add (core
|
||||
SOURCE_DIR ${CMAKE_SOURCE_DIR}/core
|
||||
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX:PATH=image
|
||||
INSTALL_DIR image
|
||||
)
|
||||
|
||||
INCLUDE (CPackCommonRules)
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
SET (CONTACT "backbone@backbone.ws")
|
||||
SET (CPACK_PACKAGE_CONTACT "backbone@backbone.ws")
|
||||
SET (CPACK_DEBIAN_PACKAGE_MAINTAINER "backbone@backbone.ws")
|
||||
SET (DEBIAN_DEPENDENCIES "laview-latex-struct-0 (>= 0.1.0), gobject-plugin-0 (>= 0.1.0)")
|
||||
SET (DEBIAN_SECTION "Libraries")
|
||||
SET (REDHAT_DEPENDENCIES "laview-latex-struct-0 >= 0.1.0, gobject-plugin-0 >= 0.1.0")
|
||||
|
|
Loading…
Reference in New Issue