mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +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 (
|
||||
execvpe PROPERTIES
|
||||
DEFINE_SYMBOL I2_EXECVPE_BUILD
|
||||
FOLDER Lib
|
||||
)
|
||||
|
||||
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 (
|
||||
socketpair PROPERTIES
|
||||
DEFINE_SYMBOL I2_SOCKETPAIR_BUILD
|
||||
FOLDER Lib
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
|
Loading…
x
Reference in New Issue
Block a user