mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
ref-manual: Updates to CMake and cmake.bbclass.
I cleaned up the terminology used for the CMake build system. I provided some meaningful links to a good overview page for CMake. I also built in some cross-referencing as needed. (From yocto-docs rev: 7e825427a2dcef2b91a1bfbf1827b73e034e0974) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d99d261613
commit
dbc9755027
@@ -449,12 +449,13 @@
|
||||
<title><filename>cmake.bbclass</filename></title>
|
||||
|
||||
<para>
|
||||
The <filename>cmake</filename> class allows for
|
||||
recipes that need to build software using the CMake build system.
|
||||
The <filename>cmake</filename> class allows for recipes that need to
|
||||
build software using the
|
||||
<ulink url='https://cmake.org/overview/'>CMake</ulink> build system.
|
||||
You can use the
|
||||
<link linkend='var-EXTRA_OECMAKE'><filename>EXTRA_OECMAKE</filename></link>
|
||||
variable to specify additional configuration options to be passed on
|
||||
the <filename>cmake</filename> command line.
|
||||
variable to specify additional configuration options to be passed
|
||||
using the <filename>cmake</filename> command line.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user