[CMake] Problem with flags under Windows/

2010-02-23 Thread Alexander Camek
Hi all, Currently I am using a CompilerFlags.cmake file for setting all my flags, done with: set(CMAKE_USER_MAKE_RULES_OVERRIDE ${CMAKE_CURRENT_SOURCE_DIR}/cmake/CompilerFlags.cmake CACHE STRING Override makefile generation rules.) In this CompilerFlags.cmake all targets (DEBUG, RELEASE,...)

Re: [CMake] Using Macro function like

2007-12-03 Thread Alexander Camek
Nope I want to have only two arguments. One for my list and one for the option. If that's what you want, then you're calling your macro incorrectly. You want C2ADA(LIST_OF_FILES ADS) not C2ADA(${LIST_OF_FILES} ADS) in the latter case you have expanded your list into all of its constituent

[CMake] Ada support

2007-11-13 Thread Alexander Camek
Hi all, is there still the plan to use Ada with CMake? Greetings Alexander ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake

[CMake] Generating static and shared libs

2007-11-13 Thread Alexander Camek
Hi all, I am using here MinGW C and C++ source code to build some libraries. Now what me wonders is that I am getting sometimes static libraries additional to my dynamic libraries. Although I always build shared libraries. What is the strategy when to build only the dynamic libraries and

Re: [CMake] Ada support

2007-11-13 Thread Alexander Camek
Hi, is there still the plan to use Ada with CMake? More or less, yes. Alan, what the current state ? Because when it is the plan to use it with CMake, then there will be a problem for using dlls under Windows. Without using the gnatbind call by libraries it is not possible to call a

Re: Fwd: [CMake] Generating static and shared libs

2007-11-13 Thread Alexander Camek
Hi, No, you *really* should read on www.mingw.org and inform you about import libs. I will do that, thanks. thought that i had understand them :( Greetings Alexander ___ CMake mailing list CMake@cmake.org