Warning, /sdk/selenium-webdriver-at-spi/SeleniumWebDriverATSPIConfig.cmake.in is written in an unsupported language. File is not indexed.

0001 # SPDX-License-Identifier: BSD-3-Clause
0002 # SPDX-FileCopyrightText: 2022 Harald Sitter <sitter@kde.org>
0003 
0004 # Any changes in this ".cmake" file will be overwritten by CMake, the source is the ".cmake.in" file.
0005 
0006 @PACKAGE_INIT@
0007 
0008 list(PREPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR})
0009 
0010 find_package(Python3)
0011 find_package(Ruby)
0012 
0013 include(FindPythonModule)
0014 find_pythonmodule(flask)
0015 find_pythonmodule(pyatspi)
0016 find_pythonmodule(lxml)
0017 find_pythonmodule(gi)
0018 
0019 # TODO GIR typelibs not being looked for