So I hacked on bcp a bit to add in the detection of CMake files so
when doing something like:
[mjackson] $ bcp boost/program_options.hpp boost/smart_ptr.hpp boost/
pointer_cast.hpp boost/algorithm/string.hpp boost/thread.hpp tools/
build/cmake /tmp/Boost-1.41.0
All the necessary CMake file
On Dec 10, 2009, at 12:02 PM, Michael Jackson wrote:
> So I hacked on bcp a bit to add in the detection of CMake files so when doing
> something like:
>
> [mjackson] $ bcp boost/program_options.hpp boost/smart_ptr.hpp
> boost/pointer_cast.hpp boost/algorithm/string.hpp boost/thread.hpp
> too
On Dec 10, 2009, at 4:11 PM, James C. Sutherland wrote:
On Dec 10, 2009, at 12:02 PM, Michael Jackson wrote:
So I hacked on bcp a bit to add in the detection of CMake files so
when doing something like:
[mjackson] $ bcp boost/program_options.hpp boost/smart_ptr.hpp
boost/pointer_cast.h
It looks like the cmake-boost install defaults to putting *.dll and
*.lib files in the same directory (lib). Is there an option to install
the *.dll files into bin?
CMake supports this with the install "RUNTIME DESTINATION" directive. I
use a simple macro to set this up, e.g.
macro( install_li