# Minimal C++ fixture for kache cc-family wrapper e2e tests.
#
# Uses CXX=c++ by default; the e2e script overrides with `CXX="$KACHE c++"`
# (or g++ / clang++) to route through kache. Includes a template + STL pull
# to stress real-world preprocessor expansion against system headers.
CXX ?=
CXXFLAGS ?=
SRC :=
HEADERS :=
BUILD :=
OBJ :=
BIN :=
: :
:
: : : :