legacymenu: add curl dependency

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9504 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 32e4de10af2320cb9fea044b604f679a66ed7d21
Former-commit-id: 9ab4718317c7a596e0031446f89b44c36eba95ec
This commit is contained in:
iobyte 2024-07-24 20:57:04 +00:00
parent e785f426d2
commit 61b4ceeade

View file

@ -107,6 +107,7 @@ ADD_CURL_INCLUDEDIR()
find_package(minizip REQUIRED) find_package(minizip REQUIRED)
find_package(ZLIB REQUIRED) find_package(ZLIB REQUIRED)
find_package(cJSON 1.0 REQUIRED) find_package(cJSON 1.0 REQUIRED)
find_package(curl REQUIRED)
IF(WIN32) IF(WIN32)
# DLL export stuff under Windows (to avoid .def file) # DLL export stuff under Windows (to avoid .def file)