This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-goldedplus/goldlib/hunspell/CMakeLists.txt

11 lines
186 B
CMake
Raw Normal View History

2018-09-02 20:36:11 +00:00
set(hunspell_SOURCES
affentry.cxx
affixmgr.cxx
csutil.cxx
dictmgr.cxx
hashmgr.cxx
hunspell.cxx
suggmgr.cxx
utf_info.cxx
)
ADD_LIBRARY(hunspell STATIC ${hunspell_SOURCES})