Artyom Gavrilov
Results
2
issues of
Artyom Gavrilov
The previous approach with OR-chain was too verbose. Using regex makes the code more concise and easier to maintain.
I want to silence warnings from `slint_generated_*.cpp` files and files in `_deps` folder. To solve the problem, I did the following. 1. Provide `SYSTEM` argument in `FetchContent_Declare()` to silence warnings...