mirror of https://github.com/Icinga/icinga2.git
Move execvpe and socketpair builds to the Lib folder
This commit is contained in:
parent
3c6ca2957b
commit
27788d1fdc
|
@ -20,6 +20,7 @@ add_library(execvpe SHARED execvpe.c execvpe.h)
|
||||||
set_target_properties (
|
set_target_properties (
|
||||||
execvpe PROPERTIES
|
execvpe PROPERTIES
|
||||||
DEFINE_SYMBOL I2_EXECVPE_BUILD
|
DEFINE_SYMBOL I2_EXECVPE_BUILD
|
||||||
|
FOLDER Lib
|
||||||
)
|
)
|
||||||
|
|
||||||
install(
|
install(
|
||||||
|
|
|
@ -20,6 +20,7 @@ add_library(socketpair SHARED socketpair.c socketpair.h)
|
||||||
set_target_properties (
|
set_target_properties (
|
||||||
socketpair PROPERTIES
|
socketpair PROPERTIES
|
||||||
DEFINE_SYMBOL I2_SOCKETPAIR_BUILD
|
DEFINE_SYMBOL I2_SOCKETPAIR_BUILD
|
||||||
|
FOLDER Lib
|
||||||
)
|
)
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
|
|
Loading…
Reference in New Issue