Ubuntu Pastebin

Paste from michal at Thu, 10 Dec 2015 10:31:47 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
=== modified file 'plugins/LightDM/CMakeLists.txt'
--- plugins/LightDM/CMakeLists.txt	2015-11-18 03:52:01 +0000
+++ plugins/LightDM/CMakeLists.txt	2015-12-10 10:31:09 +0000
@@ -7,8 +7,6 @@
     ${CMAKE_CURRENT_SOURCE_DIR}
     ${CMAKE_CURRENT_BINARY_DIR}
     ${CMAKE_SOURCE_DIR}/plugins/Utils
-    ${CMAKE_SOURCE_DIR}/tests/mocks/LightDM/IntegratedLightDM
-    ${CMAKE_BINARY_DIR}/tests/mocks/LightDM/IntegratedLightDM
     ${LIBLIGHTDM_INCLUDE_DIRS}
     ${libunity8-private_SOURCE_DIR}
     ${LIBUSERMETRICSOUTPUT_INCLUDE_DIRS}

=== modified file 'plugins/LightDM/IntegratedLightDM/CMakeLists.txt'
--- plugins/LightDM/IntegratedLightDM/CMakeLists.txt	2015-09-11 04:22:09 +0000
+++ plugins/LightDM/IntegratedLightDM/CMakeLists.txt	2015-12-10 10:31:31 +0000
@@ -12,6 +12,8 @@
 include_directories(
     ${QMLPLUGIN_INCLUDES}
     ${libunity8-private_SOURCE_DIR}
+    ${CMAKE_SOURCE_DIR}/tests/mocks/LightDM/IntegratedLightDM
+    ${CMAKE_BINARY_DIR}/tests/mocks/LightDM/IntegratedLightDM
 )
 
 foreach(source_file ${QMLPLUGIN_SRC})
Download as text