Add "PLATFORM_64NITS" define

Should be defined as platform is 64bits only.
This commit is contained in:
Amos 2023-06-27 07:53:08 +02:00
parent 33dfe63f67
commit 48d81d2369

View File

@ -36,6 +36,7 @@ macro( apply_project_settings )
"SPDLOG_COMPILED_LIB" "SPDLOG_COMPILED_LIB"
"SPDLOG_NO_EXCEPTIONS" "SPDLOG_NO_EXCEPTIONS"
"CURL_STATICLIB" "CURL_STATICLIB"
"PLATFORM_64BITS" # Target is 64bits only.
"${GAMEDLL_OPTION}" "${GAMEDLL_OPTION}"
) )