Use aws-sdk-cpp submodule instead of from conan

This commit is contained in:
Dan Paulat 2023-01-23 01:14:07 -06:00
parent 911226c166
commit 34de01e0de
8 changed files with 44 additions and 6 deletions

View file

@ -4,12 +4,14 @@ set(PROJECT_NAME scwx-external)
set_property(DIRECTORY
APPEND
PROPERTY CMAKE_CONFIGURE_DEPENDS
aws-sdk-cpp.cmake
freetype-gl.cmake
hsluv-c.cmake
imgui.cmake
mapbox-gl-native.cmake
stb.cmake)
include(aws-sdk-cpp.cmake)
include(freetype-gl.cmake)
include(hsluv-c.cmake)
include(imgui.cmake)