1.5: Fuckin' UE5... #38
1 changed files with 1 additions and 1 deletions
|
@ -27,9 +27,9 @@ endif()
|
||||||
find_package(Magnum REQUIRED GL Sdl2Application)
|
find_package(Magnum REQUIRED GL Sdl2Application)
|
||||||
find_package(MagnumIntegration REQUIRED ImGui)
|
find_package(MagnumIntegration REQUIRED ImGui)
|
||||||
if(SAVETOOL_USE_SYSTEM_LIBS)
|
if(SAVETOOL_USE_SYSTEM_LIBS)
|
||||||
find_package(CURL REQUIRED HTTPS)
|
|
||||||
find_package(libzip REQUIRED)
|
find_package(libzip REQUIRED)
|
||||||
find_package(efsw REQUIRED)
|
find_package(efsw REQUIRED)
|
||||||
|
find_package(CURL REQUIRED HTTPS)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set_directory_properties(PROPERTIES CORRADE_USE_PEDANTIC_FLAGS ON)
|
set_directory_properties(PROPERTIES CORRADE_USE_PEDANTIC_FLAGS ON)
|
||||||
|
|
Loading…
Reference in a new issue