1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-30 23:18:08 +02:00

Add enet into conan

This commit is contained in:
nordsoft 2023-01-18 02:10:05 +04:00
parent 99c7792f07
commit 9d4d30c61a

View File

@ -17,6 +17,7 @@ class VCMI(ConanFile):
"sdl_image/[~2.0.5]",
"sdl_mixer/[~2.0.4]",
"sdl_ttf/[~2.0.18]",
"enet/[~1.3.17]"
]
options = {
"default_options_of_requirements": [True, False],