add toml++ headers

This commit is contained in:
2026-06-02 00:30:58 +03:00
parent 497a800ecb
commit 4d0604e70f
55 changed files with 21775 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ BINDIR ?= $(PREFIX)/bin
DESTDIR ?=
CXX ?= g++
CXXFLAGS ?= -O2 -Wall -Wextra -std=c++17 -pipe
CXXFLAGS ?= -O2 -Wall -Wextra -std=c++17 -pipe -Ithird_party/toml++/include
LDFLAGS ?= -static-libstdc++ -static-libgcc
VERSION ?= $(shell git describe --tags --dirty --always 2>/dev/null)