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,...)
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 eleme
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
http://www.cmake.org/mailman/listinfo/cmake
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 fu
Hi,
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.
I think you are talking about the "import library"
http://www.mingw.org/MinGWiki/index.php/sample%20DLL
Nope, I d
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 when
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