summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 9fef0fc5f7..d602851c54 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -449,12 +449,13 @@
449 <title><filename>cmake.bbclass</filename></title> 449 <title><filename>cmake.bbclass</filename></title>
450 450
451 <para> 451 <para>
452 The <filename>cmake</filename> class allows for 452 The <filename>cmake</filename> class allows for recipes that need to
453 recipes that need to build software using the CMake build system. 453 build software using the
454 <ulink url='https://cmake.org/overview/'>CMake</ulink> build system.
454 You can use the 455 You can use the
455 <link linkend='var-EXTRA_OECMAKE'><filename>EXTRA_OECMAKE</filename></link> 456 <link linkend='var-EXTRA_OECMAKE'><filename>EXTRA_OECMAKE</filename></link>
456 variable to specify additional configuration options to be passed on 457 variable to specify additional configuration options to be passed
457 the <filename>cmake</filename> command line. 458 using the <filename>cmake</filename> command line.
458 </para> 459 </para>
459</section> 460</section>
460 461