mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
tests: fix testbase linker error
This commit is contained in:
parent
8f36bdcddc
commit
0718632f40
1 changed files with 4 additions and 0 deletions
|
|
@ -144,6 +144,10 @@ if(ICINGA2_WITH_NOTIFICATION)
|
|||
)
|
||||
endif()
|
||||
|
||||
if(ICINGA2_WITH_OPENTELEMETRY)
|
||||
list(APPEND base_test_SOURCES $<TARGET_OBJECTS:otel>)
|
||||
endif()
|
||||
|
||||
if(ICINGA2_WITH_PERFDATA)
|
||||
list(APPEND base_test_SOURCES
|
||||
perfdata-elasticsearchwriter.cpp
|
||||
|
|
|
|||
Loading…
Reference in a new issue