~charlesk/keeper/dont-run-old-versions-of-cppcheck

« back to all changes in this revision

Viewing changes to src/storage-framework/CMakeLists.txt

  • Committer: Charles Kerr
  • Author(s): Marcus Tomlinson
  • Date: 2016-07-29 16:16:34 UTC
  • mfrom: (28.5.18 sync-storage-fw)
  • Revision ID: charles.kerr@canonical.com-20160729161634-pvay7y2k2yuimv7i
mergeĀ lp:~unity-api-team/keeper/sync-storage-fw

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
)
18
18
target_link_libraries(
19
19
  ${LIB_NAME}
20
 
  -lstorage-framework-qt-local-client
 
20
  ${SERVICE_DEPS_LDFLAGS}
21
21
  Qt5::Core
22
22
  Qt5::Network
23
23
)