mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 07:50:04 +00:00
Updating dependencies to latest. Excluding freetype at this time due to other dependencies
This commit is contained in:
parent
e2ad9e3004
commit
6ff4718ef4
1 changed files with 4 additions and 4 deletions
|
|
@ -12,18 +12,18 @@ set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
|
||||||
|
|
||||||
include(${PROJECT_SOURCE_DIR}/external/cmake-conan/conan.cmake)
|
include(${PROJECT_SOURCE_DIR}/external/cmake-conan/conan.cmake)
|
||||||
|
|
||||||
conan_cmake_configure(REQUIRES boost/1.76.0
|
conan_cmake_configure(REQUIRES boost/1.77.0
|
||||||
freetype/2.10.4
|
freetype/2.10.4
|
||||||
geographiclib/1.52
|
geographiclib/1.52
|
||||||
glew/2.2.0
|
glew/2.2.0
|
||||||
glm/0.9.9.8
|
glm/0.9.9.8
|
||||||
gtest/cci.20210126
|
gtest/cci.20210126
|
||||||
openssl/1.1.1k
|
openssl/3.0.0
|
||||||
vulkan-loader/1.2.172
|
vulkan-loader/1.2.190
|
||||||
GENERATORS cmake
|
GENERATORS cmake
|
||||||
cmake_find_package
|
cmake_find_package
|
||||||
cmake_paths
|
cmake_paths
|
||||||
BUILD_REQUIRES cmake/3.19.4
|
BUILD_REQUIRES cmake/3.21.3
|
||||||
IMPORTS "bin, *.dll -> ./bin"
|
IMPORTS "bin, *.dll -> ./bin"
|
||||||
IMPORTS "lib, *.dylib -> ./bin"
|
IMPORTS "lib, *.dylib -> ./bin"
|
||||||
OPTIONS openssl:shared=True)
|
OPTIONS openssl:shared=True)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue