mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 11:13:12 +02:00
core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage options
This option is OFF by default and should be enabled only for tests, to measure test coverage.
This commit is contained in:
@@ -26,6 +26,6 @@ trigger-completion.c trigger-completion.h
|
||||
trigger-config.c trigger-config.h)
|
||||
set_target_properties(trigger PROPERTIES PREFIX "")
|
||||
|
||||
target_link_libraries(trigger)
|
||||
target_link_libraries(trigger coverage_config)
|
||||
|
||||
install(TARGETS trigger LIBRARY DESTINATION ${LIBDIR}/plugins)
|
||||
|
||||
Reference in New Issue
Block a user