Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>pull/1/head
parent
e58b237d51
commit
4b16b185fb
@ -1 +1,6 @@
|
||||
/usr/share/zlibrary-tqt
|
||||
/usr/share/zlibrary-tqt/keynames.desktop-tqt.xml
|
||||
/usr/share/zlibrary-tqt/languagePatterns.zip
|
||||
/usr/share/zlibrary-tqt/unicode.xml.gz
|
||||
/usr/share/zlibrary-tqt/default/
|
||||
/usr/share/zlibrary-tqt/encodings/
|
||||
/usr/share/zlibrary-tqt/resources/
|
||||
|
@ -1 +1 @@
|
||||
#usr/share/zlibrary
|
||||
/usr/share/zlibrary-tqt/hyphenationPatterns.zip
|
||||
|
@ -0,0 +1,13 @@
|
||||
include_directories(
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/include
|
||||
${CMAKE_CURRENT_BINARY_DIR}
|
||||
${CMAKE_SOURCE_DIR}/zlibrary/core/include
|
||||
${CMAKE_BINARY_DIR}
|
||||
)
|
||||
|
||||
##### install data files
|
||||
|
||||
install(
|
||||
FILES data/hyphenationPatterns.zip
|
||||
DESTINATION ${ZL_SHARE_INSTALL_PREFIX}
|
||||
)
|
Loading…
Reference in new issue