I have so long LIB and PATH variables in configurations, is any way to split them for readability ?
Asked
Active
Viewed 9 times
0
-
CMake treats `CMakePresets.json` as a file in JSON format. So, whether you can split long lines fully depends on the format itself. Unfortunately, JSON doesn't allow such splitting. – Tsyvarev Aug 22 '23 at 13:31