mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
we have enough windows bindings for proper 2.206
This commit is contained in:
parent
5e413acfc2
commit
a7bf4ef5ae
2 changed files with 3 additions and 7 deletions
|
@ -172,13 +172,8 @@ include(cmake/Platform.cmake)
|
|||
include(cmake/GeodeFile.cmake)
|
||||
|
||||
if (NOT DEFINED GEODE_GD_VERSION)
|
||||
if (${GEODE_TARGET_PLATFORM} STREQUAL "Win32")
|
||||
set(GEODE_GD_VERSION 2.204)
|
||||
set(GEODE_COMP_GD_VERSION 22040)
|
||||
else()
|
||||
set(GEODE_GD_VERSION 2.206)
|
||||
set(GEODE_COMP_GD_VERSION 22060)
|
||||
endif()
|
||||
set(GEODE_GD_VERSION 2.206)
|
||||
set(GEODE_COMP_GD_VERSION 22060)
|
||||
endif()
|
||||
|
||||
target_compile_definitions(${PROJECT_NAME} INTERFACE GEODE_GD_VERSION=${GEODE_GD_VERSION} GEODE_COMP_GD_VERSION=${GEODE_COMP_GD_VERSION})
|
||||
|
|
|
@ -31,6 +31,7 @@ static auto const& getGDVersionTimestampMap() {
|
|||
{ 1704601266, "2.202" },
|
||||
{ 1704948277, "2.203" },
|
||||
{ 1705041028, "2.204" },
|
||||
{ 1717243515, "2.206" },
|
||||
};
|
||||
return map;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue