pcsx2/cmake/macros
Ignaz Forster b6246a7ba4 Fix compilation in path with spaces
Compilation with the default settings failed when downloading PCSX2 into
a directory with spaces somewhere in its path:
* In CompileGResources.cmake the paths had been escaped already, resulting
  in double escaping the strings (i.e. embedding them in quotes _and_
  escaping spaces with a backslash. cmake wasn't able to parse the line
  any more.
* In pcsx2/CMakeLists.txt the paths were not escaped, but also not
  embedded in quotes, resulting in an invalid Bash command.
This commit fixes these cases (but is neither a review to find all cases
or making sure other characters such as a newline character would work).
2021-03-02 22:39:26 +00:00
..
BuildTargetScript.cmake Add network capability for Linux (#2586) 2018-10-02 21:37:34 -07:00
CompileGResources.cmake Fix compilation in path with spaces 2021-03-02 22:39:26 +00:00
GenerateGXML.cmake Add network capability for Linux (#2586) 2018-10-02 21:37:34 -07:00
GlibCompileResourcesSupport.cmake Add network capability for Linux (#2586) 2018-10-02 21:37:34 -07:00