1
0
mirror of https://github.com/aseprite/aseprite.git synced 2025-03-30 22:21:12 +00:00

Fix compilation of libcurl from a Visual Studio solution

This commit is contained in:
David Capello 2014-12-02 01:42:11 -03:00
parent ce4021ba35
commit 7c9303e91d

@ -33,6 +33,7 @@ if(NOT USE_SHARED_GTEST)
endif()
if(ENABLE_UPDATER AND NOT USE_SHARED_CURL)
set(BUILD_RELEASE_DEBUG_DIRS 1)
add_subdirectory(curl)
endif()