add autodeploy
This commit is contained in:
committed by
dukelsky
parent
670c7248cc
commit
a9c11a472c
11
goldlib/hunspell/CMakeLists.txt
Normal file
11
goldlib/hunspell/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
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})
|
Reference in New Issue
Block a user