summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel d'Andrada <daniel.dandrada@canonical.com>2015-05-21 13:48:59 -0500
committerDaniel d'Andrada <daniel.dandrada@canonical.com>2015-05-21 13:48:59 -0500
commited509982f03c1fa594572bccd19e7c44cbc666e8 (patch)
treed571508b83a35caa1829bb4b27cd9e5174258972 /tests
parent4d7b2aea205c34cbefff442ba02c98fff45f26a1 (diff)
One include_directories(${APPLICATION_API_INCLUDE_DIRS}) to rule them all
Diffstat (limited to 'tests')
-rw-r--r--tests/modules/Application/CMakeLists.txt1
-rw-r--r--tests/modules/ApplicationManager/CMakeLists.txt1
-rw-r--r--tests/modules/SessionManager/CMakeLists.txt1
-rw-r--r--tests/modules/TaskController/CMakeLists.txt1
4 files changed, 0 insertions, 4 deletions
diff --git a/tests/modules/Application/CMakeLists.txt b/tests/modules/Application/CMakeLists.txt
index d2b6eaa..efef3c3 100644
--- a/tests/modules/Application/CMakeLists.txt
+++ b/tests/modules/Application/CMakeLists.txt
@@ -4,7 +4,6 @@ set(
)
include_directories(
- ${APPLICATION_API_INCLUDE_DIRS}
${CMAKE_SOURCE_DIR}/src/platforms/mirserver
${CMAKE_SOURCE_DIR}/src/modules
${CMAKE_SOURCE_DIR}/tests/modules/common
diff --git a/tests/modules/ApplicationManager/CMakeLists.txt b/tests/modules/ApplicationManager/CMakeLists.txt
index 1e8856a..6590576 100644
--- a/tests/modules/ApplicationManager/CMakeLists.txt
+++ b/tests/modules/ApplicationManager/CMakeLists.txt
@@ -5,7 +5,6 @@ set(
)
include_directories(
- ${APPLICATION_API_INCLUDE_DIRS}
${CMAKE_SOURCE_DIR}/src/platforms/mirserver
${CMAKE_SOURCE_DIR}/src/modules
${CMAKE_SOURCE_DIR}/tests/modules/common
diff --git a/tests/modules/SessionManager/CMakeLists.txt b/tests/modules/SessionManager/CMakeLists.txt
index f6d14a4..a4e25d2 100644
--- a/tests/modules/SessionManager/CMakeLists.txt
+++ b/tests/modules/SessionManager/CMakeLists.txt
@@ -6,7 +6,6 @@ set(
)
include_directories(
- ${APPLICATION_API_INCLUDE_DIRS}
${CMAKE_SOURCE_DIR}/src/platforms/mirserver
${CMAKE_SOURCE_DIR}/src/modules
${CMAKE_SOURCE_DIR}/tests/modules/common
diff --git a/tests/modules/TaskController/CMakeLists.txt b/tests/modules/TaskController/CMakeLists.txt
index 2e7c227..e6785ab 100644
--- a/tests/modules/TaskController/CMakeLists.txt
+++ b/tests/modules/TaskController/CMakeLists.txt
@@ -5,7 +5,6 @@ set(
)
include_directories(
- ${APPLICATION_API_INCLUDE_DIRS}
${CMAKE_SOURCE_DIR}/src/modules
${CMAKE_SOURCE_DIR}/tests/modules/common
${MIRSERVER_INCLUDE_DIRS}