diff --git a/CMakeLists.txt b/CMakeLists.txt index 232e2e8..38e3b6f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,8 @@ +# --------------------------------------------------- +# This file is NOT an official part of the PhysX SDK, +# but rather a crude, quick'n'dirty CMake port by IA! +# --------------------------------------------------- + cmake_minimum_required(VERSION 3.28 FATAL_ERROR) set(CMAKE_CXX_STANDARD 20)