diff options
author | Nao Pross <np@0hm.ch> | 2025-01-09 14:00:24 +0100 |
---|---|---|
committer | Nao Pross <np@0hm.ch> | 2025-01-09 14:00:24 +0100 |
commit | b2689b69fe60afdae2526af4812680ccb4e463a4 (patch) | |
tree | adfa70858d620409289a6d9a56fdcfb2f4160037 /.ccls | |
parent | Make Nyquist and Bode work (diff) | |
download | fsisotool-b2689b69fe60afdae2526af4812680ccb4e463a4.tar.gz fsisotool-b2689b69fe60afdae2526af4812680ccb4e463a4.zip |
Diffstat (limited to '.ccls')
-rw-r--r-- | .ccls | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ clang -%cpp -std=c++11 -Isrc -Isrc/imgui -Isrc/implot -Isrc/imgui/backends -Isrc/armadillo/include +%cpp -std=c++17 -Isrc -Isrc/imgui -Isrc/implot -Isrc/imgui/backends -Isrc/armadillo/include +%h -x +%h c++-header %h %hpp -Isrc -Isrc/imgui -Isrc/imgui/backends -Isrc/armadillo/include |