Hello Brad, thanks for your reply!
It works now :) Marco -----Ursprüngliche Nachricht----- Von: Brad King [mailto:[EMAIL PROTECTED] Gesendet: Montag, 12. Juni 2006 21:49 An: wedekind Cc: [email protected] 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 _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
