|
|
|
@ -168,15 +168,8 @@ R"RAW( |
|
|
|
R"RAW( |
|
|
|
R"RAW( |
|
|
|
"compile_command": "cmake --build ." |
|
|
|
"compile_command": "cmake --build ." |
|
|
|
}, |
|
|
|
}, |
|
|
|
"meson": {)RAW" |
|
|
|
"meson": { |
|
|
|
#ifdef __APPLE__ |
|
|
|
"command": "meson", |
|
|
|
R"RAW( |
|
|
|
|
|
|
|
"command": "meson.py",)RAW" |
|
|
|
|
|
|
|
#else |
|
|
|
|
|
|
|
R"RAW( |
|
|
|
|
|
|
|
"command": "meson",)RAW" |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
R"RAW( |
|
|
|
|
|
|
|
"compile_command": "ninja" |
|
|
|
"compile_command": "ninja" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"save_on_compile_or_run": true, |
|
|
|
"save_on_compile_or_run": true, |
|
|
|
|