mirror of
https://github.com/weechat/weechat.git
synced 2026-07-10 19:53:13 +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:
@@ -25,6 +25,6 @@ exec-completion.c exec-completion.h
|
||||
exec-config.c exec-config.h)
|
||||
set_target_properties(exec PROPERTIES PREFIX "")
|
||||
|
||||
target_link_libraries(exec)
|
||||
target_link_libraries(exec coverage_config)
|
||||
|
||||
install(TARGETS exec LIBRARY DESTINATION ${LIBDIR}/plugins)
|
||||
|
||||
Reference in New Issue
Block a user