Changes

Cmake

305 bytes added, 11:53, 9 February 2014
CMAKE Build
</pre>
Where:
 
PROJECT: Project Name
 
ADD_EXECUTABLE: Is the executable name and the source files
<source lang="bash">
mcaro@ubuntu:~/Projects/test$ ls -al
total 16
drwx------ 2 mcaro mcaro 4096 Feb 9 02:52 .
drwxrwxr-x 3 mcaro mcaro 4096 Feb 8 14:19 ..
-rw-rw-r-- 1 mcaro mcaro 58 Feb 9 02:52 CMakeLists.txt
-rw-rw-r-- 1 mcaro mcaro 96 Feb 9 02:51 main.c
mcaro@ubuntu:~/Projects/test$
</source>
Now we're ready for execute cmake