diff options
author | Claudius Holeksa <mail@keldu.de> | 2023-05-12 17:10:44 +0200 |
---|---|---|
committer | Claudius Holeksa <mail@keldu.de> | 2023-05-12 20:20:07 +0200 |
commit | 4d512c3fc5a55ecc1e3f9d090f74420d7992388b (patch) | |
tree | 147164a6c44c6b34644ead20c983663459d92404 | |
parent | 733b4d1ba7e12de16a05ae9f27faa832978ddf9d (diff) |
Added target in env
-rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ env.cdb = env.CompilationDatabase('compile_commands.json'); env.objects = []; env.sources = []; env.headers = []; +env.targets = []; Export('env') SConscript('src/SConscript') |