Files
morm/.templates/.clangd
T
tomasz.sowa 9747416efd allow to force installing a clangd and qtcreator files
Add a forceclangd target to Makefile to force installing a .clangd file.
Add a forceqtcreator target to force installing qtcreator files.
Existing files will be overwritten.

while here:
- update the c++ standard to c++23
2026-08-17 23:52:51 +02:00

3 lines
209 B
YAML

CompileFlags:
Add: [-pthread, -std=c++23, -I%%%CURRENT_DIR%%%/src, -I%%%GLOBAL_WORKING_DIR%%%/pikotools/src, -I%%%GLOBAL_WORKING_DIR%%%/ezc/src, -I/usr/include, -I/usr/local/include, -DMORM_HAS_EZC_LIBRARY]