summaryrefslogtreecommitdiff
path: root/run_and_record/SConstruct
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-11-06 15:13:49 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-11-06 15:13:49 +0100
commitf32687ccab6158e9611007e6fc2d66bf4751e111 (patch)
tree3a66c1af5a28627daa6cead6db2148d7073ff0f5 /run_and_record/SConstruct
parente0bbafdc39d13209a5e09a7be3c4fe30185b6b80 (diff)
downloadapps-science_tools-f32687ccab6158e9611007e6fc2d66bf4751e111.tar.gz
Adding the writing
Diffstat (limited to 'run_and_record/SConstruct')
-rw-r--r--run_and_record/SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/run_and_record/SConstruct b/run_and_record/SConstruct
index d85358b..9dbf18f 100644
--- a/run_and_record/SConstruct
+++ b/run_and_record/SConstruct
@@ -48,7 +48,8 @@ env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[],
CPPDEFINES=['SAW_UNIX'],
CXXFLAGS=['-std=c++20','-g','-Wall','-Wextra'],
LIBS=[
- 'forstio-core'
+ 'forstio-core',
+ 'forstio-async'
]
)
env.__class__.add_source_files = add_kel_source_files