mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-25 14:44:32 +02:00
Set FOLDER cmake property for the icingaloader target
This commit is contained in:
parent
b83aaaf1db
commit
c98a311f11
@ -29,6 +29,11 @@ set(icingaloader_SOURCES
|
|||||||
add_library(icingaloader OBJECT ${icingaloader_SOURCES})
|
add_library(icingaloader OBJECT ${icingaloader_SOURCES})
|
||||||
add_dependencies(icingaloader base config cli)
|
add_dependencies(icingaloader base config cli)
|
||||||
|
|
||||||
|
set_target_properties (
|
||||||
|
icingaloader PROPERTIES
|
||||||
|
FOLDER Lib
|
||||||
|
)
|
||||||
|
|
||||||
include_directories(${Boost_INCLUDE_DIRS})
|
include_directories(${Boost_INCLUDE_DIRS})
|
||||||
|
|
||||||
if(ICINGA2_WITH_CHECKER)
|
if(ICINGA2_WITH_CHECKER)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user