mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
We have tests for special characters in preprocessor definitions and custom command line arguments. Add such a test for include directories. Currently the Makefiles generators do not escape paths in `depend.make` in all cases, so leave a FIXME comment and skip the test for those. Issue: #20555