$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Acquiring and rebuilding C++ libraries on Windows
From: Paul Fultz II (pfultz2_at_[hidden])
Date: 2016-07-08 09:58:51
> On Jul 7, 2016, at 5:05 PM, Eric Mittelette <ericmitt_at_[hidden]> wrote:
>
> Hi Edward
>
> Acquiring in my message mean, the way to developers to build an external lib and add it to his project.
> So our intention is to provide a command line tool (in first approach) who is capable to list and build libraries for windows platform.
> Developers can use this tools to see which libraries are available and with a simple option strt the buil process for the target chosen (x86, x64 UWP, ARM)
> eric
cget already does that for cmake projects which works with windows and MSVC, and is cross-platform. Is this tool designed to build libraries with visual studio projects only?
Thanks,
Paul