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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-08-10 13:37:15 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20150810133715-i7wjuioyy0v9sxeq
Tags: 5.13.0-0ubuntu1
* new upstream release
* Add build-dep on libvoikko-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include_directories(${VOIKKO_INCLUDE_DIR})
 
2
 
 
3
 
 
4
########### next target ###############
 
5
 
 
6
set(sonnet_voikko_PART_SRCS voikkoclient.cpp voikkodict.cpp voikkodebug.cpp)
 
7
 
 
8
add_library(sonnet_voikko MODULE ${sonnet_voikko_PART_SRCS})
 
9
 
 
10
target_link_libraries(sonnet_voikko PRIVATE KF5::SonnetCore ${VOIKKO_LIBRARIES})
 
11
 
 
12
set_target_properties(sonnet_voikko PROPERTIES OUTPUT_NAME "voikko")
 
13
install(TARGETS sonnet_voikko  DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf5/sonnet/)