~ubuntu-branches/ubuntu/vivid/mir/vivid

« back to all changes in this revision

Viewing changes to playground/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-11-20 16:41:15 UTC
  • mto: This revision was merged to the branch mainline in revision 86.
  • Revision ID: package-import@ubuntu.com-20141120164115-a3j4vq6cq2u78m47
Tags: upstream-0.9.0+15.04.20141120.1
ImportĀ upstreamĀ versionĀ 0.9.0+15.04.20141120.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
  ${PROJECT_SOURCE_DIR}/examples/
9
9
)
10
10
 
 
11
add_library(playgroundserverconfig STATIC
 
12
    server_configuration.cpp
 
13
)
 
14
 
11
15
set(RENDER_SURFACES_SOURCES
12
16
    render_surfaces.cpp
13
17
    buffer_render_target.cpp
16
20
add_executable(mir_demo_standalone_render_surfaces ${RENDER_SURFACES_SOURCES})
17
21
target_link_libraries(mir_demo_standalone_render_surfaces
18
22
    mirserver
 
23
    playgroundserverconfig
19
24
    exampleserverconfig
20
25
    ${Boost_LIBRARIES}
21
26
)