~ubuntu-branches/ubuntu/precise/libktorrent/precise

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-09-03 05:08:26 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100903050826-8vmsmxkilz1a2p35
Tags: 1.0.3-0ubuntu1
New upstream bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
198
198
if(WIN32)
199
199
target_link_libraries(ktorrent ws2_32)
200
200
endif(WIN32)
201
 
set_target_properties(ktorrent PROPERTIES VERSION 2.0.1 SOVERSION 2)
 
201
set_target_properties(ktorrent PROPERTIES VERSION 2.0.2 SOVERSION 2)
202
202
install(TARGETS ktorrent  ${INSTALL_TARGETS_DEFAULT_ARGS} )
203
203
 
204
204