meson/mesonbuild/cmake
georgev93 30b89ea573 Adding a conditional case in _guess_files to confirm that the complete path is put together in even if a portion of the path is a location that exists.
For instance if C:/Program Files (x86)/folder is passed to _guess_files, it would resolve to ['C:/Program Files', '(x86)/folder'] since C:/Program Files is an actual file location that can exist.
2020-04-28 19:54:34 +02:00
..
data cmake: Do not compile explicit header files 2020-04-17 18:28:40 +03:00
__init__.py cmake: Always Add C, CXX if no language is specified (fixes #6441) 2020-01-23 20:57:17 +01:00
client.py types: import typing as T (fixes #6333) 2020-01-08 15:28:17 +01:00
common.py types: import typing as T (fixes #6333) 2020-01-08 15:28:17 +01:00
executor.py Issue: 7009: CMake/Centos7 Unable to find CMake even though it is installed 2020-04-22 00:10:25 +03:00
fileapi.py types: import typing as T (fixes #6333) 2020-01-08 15:28:17 +01:00
generator.py cmake: Parse a subset of generator expressions 2019-07-31 17:50:02 +02:00
interpreter.py Use pkg_resource to find resources files (data) 2020-04-21 00:40:19 +03:00
traceparser.py Adding a conditional case in _guess_files to confirm that the complete path is put together in even if a portion of the path is a location that exists. 2020-04-28 19:54:34 +02:00