Am Freitag 01 Juni 2007 16:29 schrieb Liang Qi: > I want to get this feature just because in some case, I need different > extension name for different file type, then I can do different things > about them, for example, I can store .cpp(for source file) in version > control software, and look .c++(my own type, generate by moc) as > generated files.
Does the naming actually matter? With ".c++" or ".cxx", both are different from ".cpp". And you should do out-of-source builds anyway! HS _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
