Re: [CMake] Disallowing in-source builds

2010-10-09 Thread Joshua L. Blocher
This is how is it done in KDE SC. http://websvn.kde.org/trunk/KDE/kdelibs/cmake/modules/MacroEnsureOutOfSourceBuild.cmake?view=markup Joshua L. Blocher ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com

Re: [CMake] CMakeEd Eclipse Plugin version 1.1.0 Now Available

2009-01-05 Thread Joshua L. Blocher
ok similar to this one for inkscape. http://downloads.sourceforge.net/inkscape/Inkscape-0.46.win32.exe?download This auto redirects users to a mirror and starts downloading. The Important part here is the ?download after the URL to the file you want. Hope this makes it easier for y

Re: [CMake] How to specify that a target link library is shared ?

2008-10-07 Thread Joshua L. Blocher
Isn't the def files the defines the export symbols. Boudewijn Rempt wrote: On Tue, 7 Oct 2008, Andrea Borsic wrote: Dear All, I am a recent user of CMake, and I cannot figure out how to tell CMake that a TARGET_LINK_LIBRARY is shared. I am working under Windows Xp with MS VisualStudio 2008

Re: [CMake] CMakeLists for Hans-J. Boehm garbage collector

2008-05-29 Thread Joshua L. Blocher
is the Find* Module I use to find the lib and include info for BoehmGC in my project. If you need help with please let me know. Joshua L. Blocher verbalshadow # - Try to find BoehmGC # Once done this will define # # BOEHMGC_FOUND - system has BoehmGC # BOEHMGC_INCLUDE_DIRS - the BoehmGC