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