2012/1/9 Hauke Heibel <[email protected]>: > 2012/1/9 Michael Stürmer <[email protected]>: >> Awesome! Sometimes you just need to know what's already available to solve >> your problems in a very elegant way. I'll have a look at these bundles and >> probably switch to them instead of maintaining my own stuff! > > When looking at the initial problem, I am pretty much convinced that > you need a combination of your own script and GetPrerequisites since > you want to copy to your run-time output directory - and there to > specific sub-directories depending on the build type. > > It may well be that I have overseen some functionality in those new modules > ... > > - Hauke
BundleUtilities, on Windows, should copy dlls to be in the same directory as the executable being analyzed... So, as long as the exe is in the right directory when fixup_bundle is called on it, then the dlls will get copied into that same directory. Cheers, David -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
