Re: [CMake] including other Makefiles into CMake-generated makefile

2006-04-27 Thread Andy Cedilnik
Hi Mike, You can add a custom command that will invoke outside Make and build ACE. Andy Michael Reed wrote: I'm trying to use a library/middleware called ACE, and it has it's own, complex Makefiles. Normally, these are just included in a standard Makefile like so: include $(ACE_ROOT

[CMake] including other Makefiles into CMake-generated makefile

2006-04-27 Thread Michael Reed
I'm trying to use a library/middleware called ACE, and it has it's own, complex Makefiles. Normally, these are just included in a standard Makefile like so: include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU include $(ACE_ROOT)/include/makeinclude/macros.GNU include $(ACE_ROOT)/include

Re: [CMake] Missing symbols in library after successfull l ink to a static lib on Linux

2006-04-27 Thread Alexander Neundorf
> --- Ursprüngliche Nachricht --- > Von: "wedekind" <[EMAIL PROTECTED]> > An: > Betreff: [CMake] Missing symbols in library after successfull link to > a static lib on Linux > Datum: Thu, 27 Apr 2006 18:31:54 +0200 > > Hello all, > > I have encountered a strange problem after creati

[CMake] Missing symbols in library after successfull link to a static lib on Linux

2006-04-27 Thread wedekind
Hello all, I have encountered a strange problem after creating a shared libary with cmake on Linux. I link this library using TARGET_LINK_LIBRARIES to some static libraries of the DCMTK (dicom toolkit). I am using CMake 2.2.3 on SuSE Linux 9.3 and DCMTK 3.5.3. After successfully creating this sh

Re: [CMake] CFLAGS and visual studio project properties

2006-04-27 Thread Brad King
Xavier Delannoy wrote: Brad King <[EMAIL PROTECTED]> wrote: Xavier Delannoy wrote: I use cmake 2.3 (KDE release). I'm not able to force /MD in release build and /MDd in debug build. here is how I proceed: Is this a C or C++ project file? If it is C++ you need to use CMAKE_CXX_FLAGS* instead

RE: [CMake] RE: UseLATEX.cmake macros

2006-04-27 Thread Moreland, Kenneth
> How could I tell cmake to default build pdf instead of dvi ? Add DEFAULT_PDF to the ADD_LATEX_DOCUMENT arguments. -Ken ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake