[CMake] Building shared libs on visual

2008-09-23 Thread Julien Michel
lib option that is proven to work on the other systems. Is there any reason why we can not build dll with visual using cmake ? Thanks a lot for your reply, Best regards, Julien -- Julien MICHEL - Ingénieur d'é

Re: [CMake] Building shared libs on visual

2008-09-24 Thread Julien Michel
__declspec(dllimport). What is the right thing to do here ? Thank you for your reply, Best regards, Julien -- ~~~~ Julien MICHEL - Ingénieur d'études - Traitement d'images CS Systèmes d'Information - Division ESPAC

Re: [CMake] Building shared libs on visual

2008-09-24 Thread Julien Michel
riable to CMake keyword 'SHARED' ADD_DEFINITIONS(-DBUILD_AS_DYNAMIC_LIBRARY) SET (LIB_TYPE SHARED) ENDIF (BUILD_SHARED_LIBS) Which should help take care of that case for you. Mike -- ~~~~~~~~ Julien MICHEL - Ingénieur

[CMake] Generating shared libraries on Visual 8.0

2008-09-29 Thread Julien Michel
fine under linux, by the way) ? Julien -- Julien MICHEL - Ingénieur d'études - Traitement d'images CS Systèmes d'Information - Division ESPACE Département Information Géographique & Image Téléphone : +33

Re: [CMake] Generating shared libraries on Visual 8.0

2008-09-30 Thread Julien Michel
k as we are setting BUILD_SHARED_LIBS to SHARED or STATIC. The strange thing is that it is working fine on linux-like OS ... Julien -- ~~~~~~~~ Julien MICHEL - Ingénieur d'études - Traitement d'images CS Systèmes d'Inform

[CMake] CMake, Visual studio 2005 and long relative path

2009-01-08 Thread Julien Michel
est regards, Julien -- ~~~~~~~~ Julien MICHEL - Ingénieur d'études - Traitement d'images CS Systèmes d'Information - Division ESPACE Département Information Géographique & Image Téléphone : +33 56

[CMake] Generated source file dependencies

2009-05-13 Thread Julien Michel
, Julien Michel -- Julien MICHEL - Ingénieur d'études - Traitement d'images CS Systèmes d'Information - Division ESPACE Département Information Géographique & Image Téléphone : +33 561 17 64 27 Email : j

Re: [CMake] Generated source file dependencies

2009-05-13 Thread Julien Michel
o. Julien -- ~~~~ Julien MICHEL - Ingénieur d'études - Traitement d'images CS Systèmes d'Information - Division ESPACE Département Information Géographique & Image Téléphone : +33 561 17 64 27

Re: [CMake] Generated source file dependencies

2009-05-13 Thread Julien Michel
this help. Could you provide your CMakeLists.txt? My mistake, it seems to be fixed with the first proposed solution. No idea why it did not work at first. Thanks a lot for your help, Best Regards, Juline Michel -- Julien

[CMake] Add a custom command to all targets

2009-08-12 Thread Julien Michel
the source files list. Do you have any idea or advice ? Best regards, Julien -- Julien MICHEL - Ingénieur d'études - Traitement d'images CS Systèmes d'Information - Division ESPACE Département Information Géogr

[CMake] Loosing my mind with dependencies

2009-11-27 Thread Julien Michel
o make target BaseDoxygen but have no rule to make it in BaseJar dependencies. Any idea ? Julien -- Julien MICHEL - Ingénieur d'études - Traitement d'images CS Systèmes d'Information - Division ESPACE Département Inf

[CMake] CMake, including internal libraries with subdirs

2008-08-01 Thread Julien Michel
IncludeDirectories.cmake also. I think we might have missed something, I would have expected CMake to be able to build and install recursively libraries. Thanks a lot for this great tool, and for any answer, Julien Michel