~ubuntu-branches/ubuntu/trusty/libktorrent/trusty-proposed

« back to all changes in this revision

Viewing changes to testlib/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Modestas Vainius
  • Date: 2011-05-26 00:33:38 UTC
  • mfrom: (5.1.7 experimental)
  • Revision ID: james.westby@ubuntu.com-20110526003338-2r4zwyzn8bovsxay
Tags: 1.1.1-2
Release to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../src)
 
2
 
 
3
set(testlib_SRC 
 
4
        dummytorrentcreator.cpp
 
5
)
 
6
 
 
7
kde4_add_library(testlib STATIC ${testlib_SRC})