~vanvugt/mir/fix-1395405

« back to all changes in this revision

Viewing changes to tests/unit-tests/CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Alan Griffiths, Kevin DuBois
  • Date: 2014-11-22 13:37:01 UTC
  • mfrom: (2061.1.13 mir)
  • Revision ID: tarmac-20141122133701-m272qrx4bqelq9km
1. "privatized" headers no longer be available throughout Mir codebase. (Especially not examples and acceptance tests.)
2. Some headers re-published as they are required by features in the acceptance tests and examples.

Approved by PS Jenkins bot, Alexandros Frantzis, Kevin DuBois.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
  ${PROJECT_SOURCE_DIR}/src/include/platform
6
6
  ${PROJECT_SOURCE_DIR}/src/include/server
7
7
  ${PROJECT_SOURCE_DIR}/src/include/client
 
8
  ${PROJECT_SOURCE_DIR}/src/include/common
8
9
  ${GLIB_INCLUDE_DIRS}
9
10
)
10
11