Files @ r28519:990ea5120e84
Branch filter:

Location: cpp/openttd-patchpack/source/src/3rdparty/CMakeLists.txt

Patric Stout
Add: monocypher 4.0.2

Monocypher will take care of all our encryption needs; as most
OSes and vcpkg doesn't have it available, we vendor it.
1
2
3
4
5
6
7
8
add_subdirectory(catch2)
add_subdirectory(fmt)
add_subdirectory(icu)
add_subdirectory(md5)
add_subdirectory(monocypher)
add_subdirectory(squirrel)
add_subdirectory(nlohmann)
add_subdirectory(opengl)