mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
On Windows don't ship docs and images
This commit is contained in:
parent
d9767cff3f
commit
9cdc353325
1 changed files with 4 additions and 1 deletions
|
|
@ -468,11 +468,14 @@ add_subdirectory(lib)
|
|||
add_subdirectory(icinga-app)
|
||||
add_subdirectory(etc)
|
||||
add_subdirectory(itl)
|
||||
add_subdirectory(doc)
|
||||
add_subdirectory(agent)
|
||||
add_subdirectory(plugins)
|
||||
add_subdirectory(choco)
|
||||
|
||||
if(NOT WIN32)
|
||||
add_subdirectory(doc)
|
||||
endif()
|
||||
|
||||
if(MSVC)
|
||||
add_subdirectory(icinga-installer)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in a new issue