Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 737a0d2434bad0661da784e0f3e0ca66 > files > 215

extra-cmake-modules-5.57.0-1.mga7.noarch.rpm


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>FindWayland &#8212; Extra CMake Modules 5.57.0 documentation</title>
    <link rel="stylesheet" href="../_static/ecm.css" type="text/css" />
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
    
    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
    <script type="text/javascript" src="../_static/jquery.js"></script>
    <script type="text/javascript" src="../_static/underscore.js"></script>
    <script type="text/javascript" src="../_static/doctools.js"></script>
    <script type="text/javascript" src="../_static/language_data.js"></script>
    
    <link rel="shortcut icon" href="../_static/kde-favicon.ico"/>
    <link rel="index" title="Index" href="../genindex.html" />
    <link rel="search" title="Search" href="../search.html" />
    <link rel="next" title="FindWaylandScanner" href="FindWaylandScanner.html" />
    <link rel="prev" title="FindUDev" href="FindUDev.html" /> 
  </head><body>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="FindWaylandScanner.html" title="FindWaylandScanner"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="FindUDev.html" title="FindUDev"
             accesskey="P">previous</a> |</li>
        <li class="nav-item nav-item-0"><a href="../index.html">ECM 5.57 documentation</a> &#187;</li>
          <li class="nav-item nav-item-1"><a href="../manual/ecm-find-modules.7.html" accesskey="U">ecm-find-modules(7)</a> &#187;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body" role="main">
            
  <div class="section" id="findwayland">
<span id="find-module:FindWayland"></span><h1>FindWayland<a class="headerlink" href="#findwayland" title="Permalink to this headline">ΒΆ</a></h1>
<p>Try to find Wayland.</p>
<p>This is a component-based find module, which makes use of the COMPONENTS
and OPTIONAL_COMPONENTS arguments to find_module.  The following components
are available:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">Client</span>  <span class="n">Server</span>  <span class="n">Cursor</span>  <span class="n">Egl</span>
</pre></div>
</div>
<p>If no components are specified, this module will act as though all components
were passed to OPTIONAL_COMPONENTS.</p>
<p>This module will define the following variables, independently of the
components searched for or found:</p>
<dl class="docutils">
<dt><code class="docutils literal notranslate"><span class="pre">Wayland_FOUND</span></code></dt>
<dd>TRUE if (the requested version of) Wayland is available</dd>
<dt><code class="docutils literal notranslate"><span class="pre">Wayland_VERSION</span></code></dt>
<dd>Found Wayland version</dd>
<dt><code class="docutils literal notranslate"><span class="pre">Wayland_TARGETS</span></code></dt>
<dd>A list of all targets imported by this module (note that there may be more
than the components that were requested)</dd>
<dt><code class="docutils literal notranslate"><span class="pre">Wayland_LIBRARIES</span></code></dt>
<dd>This can be passed to target_link_libraries() instead of the imported
targets</dd>
<dt><code class="docutils literal notranslate"><span class="pre">Wayland_INCLUDE_DIRS</span></code></dt>
<dd>This should be passed to target_include_directories() if the targets are
not used for linking</dd>
<dt><code class="docutils literal notranslate"><span class="pre">Wayland_DEFINITIONS</span></code></dt>
<dd>This should be passed to target_compile_options() if the targets are not
used for linking</dd>
</dl>
<p>For each searched-for components, <code class="docutils literal notranslate"><span class="pre">Wayland_&lt;component&gt;_FOUND</span></code> will be set to
TRUE if the corresponding Wayland library was found, and FALSE otherwise.  If
<code class="docutils literal notranslate"><span class="pre">Wayland_&lt;component&gt;_FOUND</span></code> is TRUE, the imported target
<code class="docutils literal notranslate"><span class="pre">Wayland::&lt;component&gt;</span></code> will be defined.  This module will also attempt to
determine <code class="docutils literal notranslate"><span class="pre">Wayland_*_VERSION</span></code> variables for each imported target, although
<code class="docutils literal notranslate"><span class="pre">Wayland_VERSION</span></code> should normally be sufficient.</p>
<p>In general we recommend using the imported targets, as they are easier to use
and provide more control.  Bear in mind, however, that if any target is in the
link interface of an exported library, it must be made available by the
package config file.</p>
<p>Since pre-1.0.0.</p>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
        <div class="sphinxsidebarwrapper">
  <h4>Previous topic</h4>
  <p class="topless"><a href="FindUDev.html"
                        title="previous chapter">FindUDev</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="FindWaylandScanner.html"
                        title="next chapter">FindWaylandScanner</a></p>
  <div role="note" aria-label="source link">
    <h3>This Page</h3>
    <ul class="this-page-menu">
      <li><a href="../_sources/find-module/FindWayland.rst.txt"
            rel="nofollow">Show Source</a></li>
    </ul>
   </div>
<div id="searchbox" style="display: none" role="search">
  <h3>Quick search</h3>
    <div class="searchformwrapper">
    <form class="search" action="../search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    </div>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related" role="navigation" aria-label="related navigation">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="FindWaylandScanner.html" title="FindWaylandScanner"
             >next</a> |</li>
        <li class="right" >
          <a href="FindUDev.html" title="FindUDev"
             >previous</a> |</li>
        <li class="nav-item nav-item-0"><a href="../index.html">ECM 5.57 documentation</a> &#187;</li>
          <li class="nav-item nav-item-1"><a href="../manual/ecm-find-modules.7.html" >ecm-find-modules(7)</a> &#187;</li> 
      </ul>
    </div>
    <div class="footer" role="contentinfo">
        &#169; Copyright KDE Developers.
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.4.
    </div>
  </body>
</html>