mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-29 16:44:29 +02:00
Move execvpe and socketpair builds to the Lib folder
This commit is contained in:
parent
3c6ca2957b
commit
27788d1fdc
1
third-party/execvpe/CMakeLists.txt
vendored
1
third-party/execvpe/CMakeLists.txt
vendored
@ -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(
|
||||||
|
1
third-party/socketpair/CMakeLists.txt
vendored
1
third-party/socketpair/CMakeLists.txt
vendored
@ -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…
x
Reference in New Issue
Block a user