diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-11-07 15:15:16 +0100 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-11-07 15:15:16 +0100 |
| commit | 136966aeac7ac000d5b0aadc689e40a61aa5efd5 (patch) | |
| tree | 4ba20593d500cf1e405db7d1340c0849123f7e0a /run_and_record/SConstruct | |
| parent | f32687ccab6158e9611007e6fc2d66bf4751e111 (diff) | |
| download | apps-science_tools-136966aeac7ac000d5b0aadc689e40a61aa5efd5.tar.gz | |
Adding git features
Diffstat (limited to 'run_and_record/SConstruct')
| -rw-r--r-- | run_and_record/SConstruct | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/run_and_record/SConstruct b/run_and_record/SConstruct index 9dbf18f..8dcd782 100644 --- a/run_and_record/SConstruct +++ b/run_and_record/SConstruct @@ -49,7 +49,8 @@ env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[], CXXFLAGS=['-std=c++20','-g','-Wall','-Wextra'], LIBS=[ 'forstio-core', - 'forstio-async' + 'forstio-async', + 'git2' ] ) env.__class__.add_source_files = add_kel_source_files |
