From 5fe42905e97c524e597c76c860d15828b67c3329 Mon Sep 17 00:00:00 2001 From: dev0 Date: Fri, 28 Nov 2025 23:16:33 +0530 Subject: [PATCH] Added disclaimer --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) 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)