diff options
| author | Hein-Pieter van Braam | 2017-12-08 15:05:47 +0100 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2017-12-08 15:47:15 +0100 |
| commit | bf05309af734431c3b3cf869a63ed477439a6739 (patch) | |
| tree | 72c1c939f9035c711f50ec94b0270ea60e0bb4e4 /SConstruct | |
| parent | b3b4727dff009dda0a65b8a013ec04d52a54b367 (diff) | |
| download | godot-bf05309af734431c3b3cf869a63ed477439a6739.tar.gz godot-bf05309af734431c3b3cf869a63ed477439a6739.tar.zst godot-bf05309af734431c3b3cf869a63ed477439a6739.zip | |
Import thekla_atlas
As requested by reduz, an import of thekla_atlas into thirdparty/
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct index 17c809c17..b3e0672c9 100644 --- a/SConstruct +++ b/SConstruct @@ -183,6 +183,7 @@ opts.Add(BoolVariable('builtin_opus', "Use the builtin opus library", True)) opts.Add(BoolVariable('builtin_pcre2', "Use the builtin pcre2 library)", True)) opts.Add(BoolVariable('builtin_recast', "Use the builtin recast library", True)) opts.Add(BoolVariable('builtin_squish', "Use the builtin squish library", True)) +opts.Add(BoolVariable('builtin_thekla_atlas', "Use the builtin thekla_altas library", True)) opts.Add(BoolVariable('builtin_zlib', "Use the builtin zlib library", True)) opts.Add(BoolVariable('builtin_zstd', "Use the builtin zstd library", True)) |
