From 27788d1fdcb3978ef83381502dab3d65fa690578 Mon Sep 17 00:00:00 2001 From: Jean Flach Date: Mon, 16 Feb 2015 10:59:05 +0100 Subject: [PATCH] Move execvpe and socketpair builds to the Lib folder --- third-party/execvpe/CMakeLists.txt | 1 + third-party/socketpair/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/third-party/execvpe/CMakeLists.txt b/third-party/execvpe/CMakeLists.txt index 29b867ba3..4d5538006 100644 --- a/third-party/execvpe/CMakeLists.txt +++ b/third-party/execvpe/CMakeLists.txt @@ -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( diff --git a/third-party/socketpair/CMakeLists.txt b/third-party/socketpair/CMakeLists.txt index 8a32822e2..5dd113890 100644 --- a/third-party/socketpair/CMakeLists.txt +++ b/third-party/socketpair/CMakeLists.txt @@ -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)