~ubuntu-branches/ubuntu/trusty/ktorrent/trusty

« back to all changes in this revision

Viewing changes to libbtcore/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-02-28 23:22:08 UTC
  • mfrom: (0.7.15 sid)
  • Revision ID: james.westby@ubuntu.com-20100228232208-6g2xwvd02kfv6lxf
Tags: 3.3.4+dfsg.1-1ubuntu1
* Merge with Debian, remaining changes:
  - Used versioned boost build-depend
  - Include /usr/lib/kubuntu-desktop-i18n/debhelper/kubuntu.mk in
    debian/rules for translations support
  - Add kubuntu_01_fix_videowidget_include.diff to fix FTBS

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
if(WIN32)
202
202
target_link_libraries(btcore ws2_32)
203
203
endif(WIN32)
204
 
set_target_properties(btcore PROPERTIES VERSION 12.2.0 SOVERSION 12 )
 
204
set_target_properties(btcore PROPERTIES VERSION 12.3.0 SOVERSION 12 )
205
205
install(TARGETS btcore  ${INSTALL_TARGETS_DEFAULT_ARGS} )
206
206
 
207
207
set(net_HDR