At 10:14 AM 9/12/2006, Thangaraj Umapathy wrote: >Hi All, > >I am new to CMake. I want know how to convert my >existing XCode project into CMake. Is there any way in >CMake to do this job? If yes, can you please tell me >the way? There is no automatic way. You have to write CMakeLists.txt files for your project. -Bill