~ubuntu-branches/ubuntu/karmic/kdepim/karmic-backports

« back to all changes in this revision

Viewing changes to akonadi/agents/nie/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Christian Mangold
  • Date: 2009-07-10 06:34:50 UTC
  • mfrom: (1.1.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20090710063450-neojgew2fh0n3y0u
Tags: 4:4.2.96-0ubuntu1
* New upstream release
* Bump kde build-deps to 4.2.96

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include(MacroAddOntologyClasses)
2
 
NEPOMUK_ADD_ONTOLOGY_CLASSES(
3
 
  nie_SRCS
4
 
  ONTOLOGIES
5
 
  ${CMAKE_CURRENT_SOURCE_DIR}/nie.rdfs
6
 
  ${CMAKE_CURRENT_SOURCE_DIR}/nfo.rdfs
7
 
  ${CMAKE_CURRENT_SOURCE_DIR}/nco.rdfs
8
 
  ${CMAKE_CURRENT_SOURCE_DIR}/nmo.rdfs
9
 
  )
10
 
kde4_add_library(nie STATIC ${nie_SRCS})
11
 
target_link_libraries(nie ${QT_QTCORE_LIBRARY} ${NEPOMUK_LIBRARIES})