From 0b3acb991f11d9ace340f75bc2f8a454ea385fae Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 29 Oct 2025 17:16:47 +0100 Subject: Got to a first satisfying state for this boilerplate generator --- kel_cpp_boilerplate/c++/blueprints/sconstruct.hpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'kel_cpp_boilerplate/c++/blueprints/sconstruct.hpp') diff --git a/kel_cpp_boilerplate/c++/blueprints/sconstruct.hpp b/kel_cpp_boilerplate/c++/blueprints/sconstruct.hpp index cd47e83..ba4f84e 100644 --- a/kel_cpp_boilerplate/c++/blueprints/sconstruct.hpp +++ b/kel_cpp_boilerplate/c++/blueprints/sconstruct.hpp @@ -2,11 +2,10 @@ #include -constexpr std::string_view sconstruct_dir_name = "app"; -constexpr std::string_view sconstruct_file_name = "SConstruct"; +constexpr std::string_view sconstruct_file_path = "app/SConstruct"; -constexpr std::string_view sconstruct_file_content = R"( -#!/usr/bin/env python3 +constexpr std::string_view sconstruct_file_content = +R"(#!/usr/bin/env python3 import sys import os -- cgit v1.2.3