shader_runner: Take spirv_replaces_glsl into account for current_config
[piglit.git] / cmake / Modules / FindPythonMako.cmake
blobd4043559bf0ab3147529389aa9f206dd30356801
1 # Copyright (C) 2014 Intel Corporation
3 # Permission is hereby granted, free of charge, to any person obtaining
4 # a copy of this software and associated documentation files (the "Software"),
5 # to deal in the Software without restriction, including without limitation
6 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
7 # and/or sell copies of the Software, and to permit persons to whom the
8 # Software is furnished to do so, subject to the following conditions:
10 # The above copyright notice and this permission notice shall be included
11 # in all copies or substantial portions of the Software.
13 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
14 # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
15 # OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
16 # IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
17 # DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
18 # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
19 # OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21 # Find mako
22 include(PythonModule)
23 basic_python_module(mako PythonMako)