From 6e3070181fadbe47511b52c12af5e1409a9a70b0 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 11 Jun 2021 21:22:21 +0200 Subject: Refactor at 4'o clock --- libcppbuild.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libcppbuild.h') diff --git a/libcppbuild.h b/libcppbuild.h index 11a8eb7..e9599fc 100644 --- a/libcppbuild.h +++ b/libcppbuild.h @@ -7,6 +7,9 @@ struct BuildConfiguration { std::string target; std::vector sources; + std::string cxxflags; + std::string cflags; + std::string ldflags; }; BuildConfiguration configs(); -- cgit v1.2.3