~alan-griffiths/mir/Migrate-ServerConfigurationWrapping-to-Server-API

« back to all changes in this revision

Viewing changes to src/client/CMakeLists.txt

  • Committer: Alberto Aguirre
  • Date: 2014-09-10 01:45:14 UTC
  • mto: This revision was merged to the branch mainline in revision 1909.
  • Revision ID: alberto.aguirre@canonical.com-20140910014514-5sf9w7l10ul2e9bn
Move examples that use private mir functionality into the playground.
Scrub existing examples to remove some private header dependencies.
Rename include.private to src/include

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
  ${PROTOBUF_INCLUDE_DIRS}
14
14
  ${CMAKE_CURRENT_BINARY_DIR}
15
15
  ${PROJECT_SOURCE_DIR}/include/client
16
 
  ${PROJECT_SOURCE_DIR}/include.private/client
 
16
  ${PROJECT_SOURCE_DIR}/src/include/client
17
17
  ${DRM_INCLUDE_DIRS}
18
18
)
19
19