From 2c624e9ea3d43d63ee487ccb99f63877f4109026 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 8 Mar 2024 21:53:58 +0100 Subject: git: Changed ignore --- .gitignore | 3 +-- SConstruct | 13 +++++++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f56a537..fea16bc 100644 --- a/.gitignore +++ b/.gitignore @@ -8,8 +8,7 @@ .sconsign.dblite # nix -result -result-* +result* # regular target which is not really used build diff --git a/SConstruct b/SConstruct index 015645b..035bdda 100644 --- a/SConstruct +++ b/SConstruct @@ -45,8 +45,17 @@ env_vars.Add('prefix', env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[], CPPDEFINES=['SAW_UNIX'], - CXXFLAGS=['-std=c++20','-g','-Wall','-Wextra'], - LIBS=[]) + CXXFLAGS=[ + '-std=c++20', + '-g', + '-Wall', + '-Wextra' + ], + LIBS=[ + 'forstio-core', + 'forstio-async' + ] +); env.__class__.add_source_files = add_kel_source_files env.Tool('compilation_db'); env.cdb = env.CompilationDatabase('compile_commands.json'); -- cgit v1.2.3