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:
parent
e785f426d2
commit
61b4ceeade
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue