summaryrefslogtreecommitdiff
path: root/kel_cpp_boilerplate/c++/blueprints.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-10-29 17:16:47 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-10-29 17:16:47 +0100
commit0b3acb991f11d9ace340f75bc2f8a454ea385fae (patch)
tree15d9a49af39febab9576174a445a557df4f80174 /kel_cpp_boilerplate/c++/blueprints.hpp
parentdfc45729d342f6f4d4d9ea39649c49b49fa178c6 (diff)
downloadapps-dev_tools-0b3acb991f11d9ace340f75bc2f8a454ea385fae.tar.gz
Got to a first satisfying state for this boilerplate generator
Diffstat (limited to 'kel_cpp_boilerplate/c++/blueprints.hpp')
-rw-r--r--kel_cpp_boilerplate/c++/blueprints.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/kel_cpp_boilerplate/c++/blueprints.hpp b/kel_cpp_boilerplate/c++/blueprints.hpp
new file mode 100644
index 0000000..f013e88
--- /dev/null
+++ b/kel_cpp_boilerplate/c++/blueprints.hpp
@@ -0,0 +1,9 @@
+#pragma once
+
+#include "blueprints/readme_txt.hpp"
+#include "blueprints/default_nix.hpp"
+#include "blueprints/derivation_nix.hpp"
+#include "blueprints/main_cpp.hpp"
+#include "blueprints/gitignore.hpp"
+#include "blueprints/sconstruct.hpp"
+#include "blueprints/sconscript.hpp"