Add ios differentiation, and .clangd that works w/Zed and clangd.

This commit is contained in:
Adam Ierymenko 2024-09-09 14:36:22 -04:00
parent e2840b0eb8
commit 8d474e1395
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
2 changed files with 12 additions and 6 deletions

View file

@ -1,2 +1,6 @@
CompileFlags:
Add: [-std=c++17]
Add:
- "-std=c++17"
- "-I../ext"
- "-I../ext/prometheus-cpp-lite-1.0/core/include"
- "-I../ext/prometheus-cpp-lite-1.0/simpleapi/include"