~ubuntu-branches/ubuntu/raring/kde-runtime/raring

« back to all changes in this revision

Viewing changes to nepomuk/kioslaves/nepomuk/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-12-07 17:43:09 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20121207174309-21o5e6dsbo9judu8
Tags: 4:4.9.90-0ubuntu1
* New upstream beta release
* Update .install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
set(kio_nepomuk_PART_SRCS 
9
9
  kio_nepomuk.cpp
10
 
  resourcepagegenerator.cpp
11
 
  ../common/resourcestat.cpp)
 
10
  resourcepagegenerator.cpp)
12
11
 
13
12
kde4_add_plugin(kio_nepomuk ${kio_nepomuk_PART_SRCS})
14
13