Changes

Cmake

82 bytes removed, 11:32, 9 February 2014
Create your cmake hello world
<source lang="c">
#include &lt;<stdio.h&gt;<br><br> int main (int argn, char *argv[])<br>{<br>&nbsp;&nbsp; &nbsp; printf("hello world\n");<br>&nbsp;&nbsp; &nbsp; return 0;<br>}<br>&lt;/source&gt;<br>
</source>