summaryrefslogtreecommitdiffstats
path: root/resources/dicts/CMakeLists.txt
blob: 01643a90243d7e26651c0b3439629f000f084769 (plain)
1
2
3
4
5
6
7
8
INCLUDE_DIRECTORIES(
${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/scribus
)

#Install our hyphenation dict files, selected from *.dic in this directory
FILE( GLOB SCRIBUS_DICT_FILES *.dic *.txt )
INSTALL(FILES ${SCRIBUS_DICT_FILES} DESTINATION ${SHAREDIR}dicts)