~alan-griffiths/junk/composition-bypass

« back to all changes in this revision

Viewing changes to examples/demo-inprocess-surface-client/CMakeLists.txt

  • Committer: Alan Griffiths
  • Date: 2013-05-22 16:54:26 UTC
  • mfrom: (693.1.4 mir2)
  • Revision ID: alan@octopull.co.uk-20130522165426-1f93c237hsmtc1ed
mergeĀ lp:~alan-griffiths/mir/fix-bug-1108715

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
include_directories(..)
2
2
 
3
 
add_executable(mir_demo_inprocess_egl
 
3
add_executable(mir_demo_standalone_inprocess_egl
4
4
  demo_inprocess_surface_client.cpp
5
5
  inprocess_egl_client.cpp
6
6
  example_egl_helper.cpp
7
7
)
8
8
 
9
 
target_link_libraries(mir_demo_inprocess_egl
 
9
target_link_libraries(mir_demo_standalone_inprocess_egl
10
10
  mirserver
11
11
  mirdraw
12
12
)