~ricmm/media-hub/keep-display-recording-1362658

« back to all changes in this revision

Viewing changes to src/core/media/CMakeLists.txt

  • Committer: CI bot
  • Author(s): thomas-voss
  • Date: 2014-09-10 21:10:26 UTC
  • mfrom: (56.3.7 complete-mpris-spec)
  • Revision ID: ps-jenkins@lists.canonical.com-20140910211026-kmj7hmib52dzj8s9
Get rid of custom macros and use the ones provided by dbus-cpp.
Adjust to changes due to making org.mpris.MediaPlayer2.Player compliant to the spec. 
Approved by: Jim Hodapp, Nick Dedekind, PS Jenkins bot, Marcus Tomlinson

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
pkg_check_modules(PC_GSTREAMER_1_0 REQUIRED gstreamer-1.0)
2
2
include_directories(${PC_GSTREAMER_1_0_INCLUDE_DIRS} ${HYBRIS_MEDIA_CFLAGS})
3
3
 
 
4
file(GLOB MPRIS_HEADERS mpris/ *.h)
 
5
 
4
6
add_library(
5
7
  media-hub-common SHARED
6
8
 
62
64
add_library(
63
65
    media-hub-service
64
66
 
 
67
    ${MPRIS_HEADERS}
 
68
 
65
69
    engine.cpp
66
70
    gstreamer/engine.cpp
67
71