mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 05:34:48 +02:00
parent
1d0fd5be11
commit
4b46b0b693
@ -46,6 +46,10 @@ if(ICINGA2_WITH_COMPAT)
|
|||||||
add_whole_static_library(icinga-app compat)
|
add_whole_static_library(icinga-app compat)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(ICINGA2_WITH_MYSQL OR ICINGA2_WITH_PGSQL)
|
||||||
|
add_whole_static_library(icinga-app db_ido)
|
||||||
|
endif()
|
||||||
|
|
||||||
if(ICINGA2_WITH_MYSQL)
|
if(ICINGA2_WITH_MYSQL)
|
||||||
add_whole_static_library(icinga-app db_ido_mysql)
|
add_whole_static_library(icinga-app db_ido_mysql)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user