~ubuntu-branches/ubuntu/wily/sonnet/wily

« back to all changes in this revision

Viewing changes to src/plugins/hunspell/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell, Scarlett Clark, Jonathan Riddell
  • Date: 2015-10-07 14:00:43 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20151007140043-xwyl21j9rxyqn1pa
Tags: 5.15.0-0ubuntu1
[ Scarlett Clark ]
* Vivid backport

[ Jonathan Riddell ]
* new upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
########### next target ###############
3
3
 
 
4
if (EXISTS "/usr/share/hunspell/")
 
5
add_definitions(-DHUNSPELL_MAIN_DICT_PATH="/usr/share/hunspell/")
 
6
elseif (EXISTS "/usr/share/myspell/")
 
7
add_definitions(-DHUNSPELL_MAIN_DICT_PATH="/usr/share/myspell/")
 
8
endif (EXISTS "/usr/share/hunspell/")
 
9
 
4
10
include_directories( ${HUNSPELL_INCLUDE_DIR} )
5
11
set(sonnet_hunspell_PART_SRCS
6
12
    hunspellclient.cpp