]> git.lyx.org Git - lyx.git/blobdiff - 3rdparty/hunspell/CMakeLists.txt
Update sk.po
[lyx.git] / 3rdparty / hunspell / CMakeLists.txt
index 0000eac5fa24001468638db51592b1ebc3301fc0..72e5c52133f789dbc3abbca73e19b030b102f800 100644 (file)
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8)
 
 project(hunspell)
 
-set(HUNSPELL_VERSION 1.3.3)
+set(HUNSPELL_VERSION 1.6.2)
 
 set(SRCDIR ${CMAKE_CURRENT_SOURCE_DIR}/${HUNSPELL_VERSION}/src)
 
@@ -19,11 +19,8 @@ set(SRCS
     ${SRCDIR}/hunspell/affentry.cxx
     ${SRCDIR}/hunspell/affixmgr.cxx
     ${SRCDIR}/hunspell/csutil.cxx
-    ${SRCDIR}/hunspell/dictmgr.cxx
     ${SRCDIR}/hunspell/hashmgr.cxx
     ${SRCDIR}/hunspell/suggestmgr.cxx
-    ${SRCDIR}/hunspell/license.myspell
-    ${SRCDIR}/hunspell/license.hunspell
     ${SRCDIR}/hunspell/phonet.cxx
     ${SRCDIR}/hunspell/filemgr.cxx
     ${SRCDIR}/hunspell/hunzip.cxx
@@ -37,7 +34,6 @@ set(HEADERS
     ${SRCDIR}/hunspell/csutil.hxx
     ${SRCDIR}/hunspell/hunspell.hxx
     ${SRCDIR}/hunspell/atypes.hxx
-    ${SRCDIR}/hunspell/dictmgr.hxx
     ${SRCDIR}/hunspell/hunspell.h
     ${SRCDIR}/hunspell/suggestmgr.hxx
     ${SRCDIR}/hunspell/baseaffix.hxx