~ps-jenkins/mediascanner/latestsnapshot-0.3.93+13.10.20131011-0ubuntu1

« back to all changes in this revision

Viewing changes to src/mediascanner/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Jussi Pakkanen
  • Date: 2013-08-29 14:22:59 UTC
  • mfrom: (370.3.15 media-scanner)
  • Revision ID: tarmac-20130829142259-074e8px82vtyq0od
A class to store image data of media elements.

Approved by James Henstridge, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    propertyschema.h
22
22
    settings.h
23
23
    refreshpolicy.h
24
 
    writablemediaindex.h)
 
24
    writablemediaindex.h
 
25
)
25
26
 
26
27
set(mediascanner_SOURCES
27
28
    commitpolicy.cpp
36
37
    locale.cpp
37
38
    logging.cpp
38
39
    logging.h
 
40
    mediaartcache.cpp
39
41
    mediaindex.cpp
40
42
    mediaroot.cpp
41
43
    mediautils.cpp
52
54
    taskmanager.h
53
55
    utilities.h
54
56
    utilities.cpp
55
 
    writablemediaindex.cpp)
 
57
    writablemediaindex.cpp
 
58
)
56
59
 
57
60
add_library(mediascanner SHARED ${mediascanner_SOURCES})
58
61
target_link_libraries(mediascanner ${DEPS_LDFLAGS} ${Boost_LIBRARIES})