AW: [CMake] Variable denoting the object suffix
wedekind
wedekind at caesar.de
Tue Jun 13 07:27:10 EDT 2006
Hello Brad,
thanks for your reply!
It works now :)
Marco
-----Ursprüngliche Nachricht-----
Von: Brad King [mailto:brad.king at kitware.com]
Gesendet: Montag, 12. Juni 2006 21:49
An: wedekind
Cc: cmake at cmake.org
Betreff: Re: [CMake] Variable denoting the object suffix
wedekind wrote:
> Is there a variable in CMake to denote the platform-specific object-file
> suffix, e.g. ".o" on unix or ".obj" on windows?
These variables contain the extension that will be used in the generated
project:
CMAKE_C_OUTPUT_EXTENSION
CMAKE_CXX_OUTPUT_EXTENSION
-Brad
More information about the CMake
mailing list