Skip to content

Instantly share code, notes, and snippets.

View D-KeyChen's full-sized avatar

陈逆 D-KeyChen

  • 18:37 (UTC +08:00)
View GitHub Profile
@D-KeyChen
D-KeyChen / FindMax.cmake
Last active November 12, 2023 10:53
3ds Max SDK CMAKE
cmake_minimum_required(VERSION 3.15)
message(VERBOSE "package module begin: Max")
if (NOT CMAKE_SIZEOF_VOID_P EQUAL 8)
message(FATAL_ERROR "Please switch to x64 build.")
endif ()
# Set Default Max SDK Version
set(MAX_VERSION 2024 CACHE INTERNAL "3ds Max SDK Build Version")