CMake Build System: Difference between revisions

Added some stuff to try and follow the style of the other build tutorials.
[unchecked revision][unchecked revision]
(Added some stuff to try and follow the style of the other build tutorials.)
Line 1:
{{Rating|1}}
 
CMake is a cross-platform, multi-environment build system which can be leveraged to help remove some of the headache from building your operating system. The aim of this page is to help the reader set up his or her build environment to use CMake.
 
Line 218 ⟶ 220:
 
Now, all we have to do is put ${FIRST_SRCS} at the head of the list, and we can control the order in which our code is linked.
 
=See Also=
 
* [[Makefile]] - One potential target for CMake. The tried and true method of build management.
* [http://www.cmake.org CMake Offical Page] - Contains useful links, including how to download and documentation
Anonymous user