Realtime Math v2.3.0 (MIT License) is used for its optimized math.
Catch2 v2.13.7 (Boost Software License v1.0) is used by our unit tests. You will only need it if you run the unit tests and it is included as-is without modifications.
Google Benchmark v1.6.1 (Apache License 2.0) is used to benchmark various functions. You will only need it if you run the benchmarks and it is included as-is without modifications.
sjson-cpp v0.9.0 (MIT License) is used by our ACL file format clip reader and clip writer as well as by the acl_compressor tool used for regression testing and profiling. Unless you use our ACL file format at runtime (which you shouldn't), you will not have this dependency included at all.
In fact, to use any of these things you must include sjson-cpp
relevant headers manually before you include the ACL headers that need them. For convenience, you can use the included version here or your own version as long as the API remains compatible.