Hi,<br><br>I built LLVM on Windows XP through cmake and MinGW make. That was a breeze!<br>Now, I wanted to start a project.<br>It seems like I need Makefile.rules and Makefile.config to start a new project (from <a href="http://llvm.org/docs/Projects.html">http://llvm.org/docs/Projects.html</a>).<br>
<br>And llvm/projects/sample uses autoconf (or ./configure). Is there cmake based sample project available?<br>I could not find any from official release. Has any of you written sample project template that uses cmake?<br>
I just wanted to move away from autotools.<br><br>Thanks.<br>Sam<br>