# The assumption is that someone has already run cmake -S . -B build in the
# root directory for this repository, so that the headers for all dependencies
# are available.
BUILD_DIR=../../../../build/_deps
PKG_CPPFLAGS=-I${BUILD_DIR}/aarand-src/include -I${BUILD_DIR}/kmeans-src/include -I${BUILD_DIR}/knncolle-src/include -I${BUILD_DIR}/annoy-src/include -I${BUILD_DIR}/hnswlib-src -I../../../../include
