]> granicus.if.org Git - icinga2/commitdiff
Move execvpe and socketpair builds to the Lib folder
authorJean Flach <jean-marcel.flach@netways.de>
Mon, 16 Feb 2015 09:59:05 +0000 (10:59 +0100)
committerJean Flach <jean-marcel.flach@netways.de>
Mon, 16 Feb 2015 09:59:05 +0000 (10:59 +0100)
third-party/execvpe/CMakeLists.txt
third-party/socketpair/CMakeLists.txt

index 29b867ba3340fa99d89ab7e12d1e543cde9783c3..4d5538006baee16d10f680d2e2baedfdf6c3f5e3 100644 (file)
@@ -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(
index 8a32822e2e2ffca84026805308af0d1f5458e183..5dd11389007d746a3497b27cc2d7fe4f2fe5370a 100644 (file)
@@ -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)