~ci-train-bot/indicator-transfer/indicator-transfer-ubuntu-zesty-2446

« back to all changes in this revision

Viewing changes to src/dm-plugin/CMakeLists.txt

  • Committer: Bileto Bot
  • Author(s): Rodney Dawes
  • Date: 2016-12-05 18:01:54 UTC
  • mfrom: (46.1.3 fix-coverage)
  • Revision ID: ci-train-bot@canonical.com-20161205180154-cow39fo0enx6jy91
Use cmake-extras EnableCoverageReport instead of custom code for coverage.

Approved by: Pete Woods, unity-api-1-bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
target_link_libraries (${DM_LIB}
14
14
    indicator-transfer
15
15
    ${SERVICE_DEPS_LIBRARIES}
16
 
    ${GCOV_LIBS})
 
16
)
17
17
 
18
18
install(TARGETS ${DM_LIB} LIBRARY DESTINATION ${CMAKE_INSTALL_FULL_PKGLIBEXECDIR})
19
19
 
20
20
set_property (SOURCE ${DM_SOURCES}
21
 
              APPEND_STRING PROPERTY COMPILE_FLAGS " -std=c++11 -fPIC -g ${CXX_WARNING_ARGS} ${GCOV_FLAGS}")
 
21
              APPEND_STRING PROPERTY COMPILE_FLAGS " -std=c++11 -fPIC -g ${CXX_WARNING_ARGS}")