~ubuntu-branches/ubuntu/quantal/kactivities/quantal

« back to all changes in this revision

Viewing changes to service/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Philip Muškovac
  • Date: 2011-12-23 23:39:41 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: package-import@ubuntu.com-20111223233941-zxczsd6dixwmaco2
Tags: upstream-4.7.95
Import upstream version 4.7.95

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
 
8
8
add_subdirectory(plugins)
9
9
 
10
 
# finding libkactivities
11
 
find_package(KActivities REQUIRED)
12
 
 
13
10
# Checking for Nepomuk
14
11
macro_optional_find_package(Nepomuk)
15
12
macro_log_feature(
37
34
 
38
35
    soprano_add_ontology(
39
36
        sdo_SRCS
 
37
        ${SHAREDDESKTOPONTOLOGIES_ROOT_DIR}/nie/nfo.trig
 
38
        "NFO" "Nepomuk::Vocabulary" "trig"
 
39
    )
 
40
 
 
41
    soprano_add_ontology(
 
42
        sdo_SRCS
40
43
        ${CMAKE_SOURCE_DIR}/ontologies/kext.trig
41
44
        "KEXT" "Nepomuk::Vocabulary" "trig"
42
45
    )