From 1be9392124c2e6dbc2c0f683fafab7482bdb3d33 Mon Sep 17 00:00:00 2001 From: Vollstrecker Date: Tue, 31 Dec 2024 13:39:43 +0100 Subject: [PATCH] CMake: Add a README.cmake. --- README.cmake | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 README.cmake diff --git a/README.cmake b/README.cmake new file mode 100644 index 00000000..96d492c9 --- /dev/null +++ b/README.cmake @@ -0,0 +1,76 @@ +For building with cmake at least version 3.10 (minizip 3.12) is needed + +In most cases the usual "mkdir build && cd build && cmake .." will create everything you need, however +if you want something off default you can adjust several options fit your needs. Every option is +list below (excluding the cmake-standard options), they can be set via cmake-gui or on cmdline with + + -D