~aacid/unity8/moreAsyncAudioCard

« back to all changes in this revision

Viewing changes to plugins/IntegratedLightDM/liblightdm/CMakeLists.txt

  • Committer: Albert Astals Cid
  • Date: 2016-03-10 08:32:16 UTC
  • mfrom: (2136.2.83 unity8)
  • Revision ID: albert.astals@canonical.com-20160310083216-8nnplxl85qx13xd0
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
include_directories(
15
15
    ${CMAKE_CURRENT_BINARY_DIR}
 
16
    ${GLIB_INCLUDE_DIRS}
16
17
    ${LIBUSERMETRICSOUTPUT_INCLUDE_DIRS}
17
18
)
18
19
 
19
20
target_link_libraries(integratedLightDM
 
21
    ${GLIB_LIBRARIES}
20
22
    ${LIBUSERMETRICSOUTPUT_LDFLAGS}
21
23
    -lpam
22
24
)
23
25
target_link_libraries(MockLightDM-demo-shared
 
26
    ${GLIB_LIBRARIES}
24
27
    ${LIBUSERMETRICSOUTPUT_LDFLAGS}
25
28
    -lpam
26
29
)