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