From 51a044e3160df05ad56102d3b8b1e0087c60d111 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 4 Aug 2025 16:16:17 +0200 Subject: emits weird behaviour on particles --- SConstruct | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 32bf874..72f7c7f 100644 --- a/SConstruct +++ b/SConstruct @@ -50,8 +50,17 @@ env_vars.Add('build_examples', env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[], CPPDEFINES=['SAW_UNIX'], - CXXFLAGS=['-std=c++20','-g','-Wall','-Wextra'], - LIBS=['forstio-core','forstio-codec']) + CXXFLAGS=[ + '-std=c++20', + '-g', + '-Wall', + '-Wextra' + ], + LIBS=[ + 'forstio-core', + 'forstio-codec' + ] +); env.__class__.add_source_files = add_kel_source_files env.Tool('compilation_db'); env.cdb = env.CompilationDatabase('compile_commands.json'); -- cgit v1.2.3