From af7efbb2cd9700d6ff020f3537e5cbc7ce400b01 Mon Sep 17 00:00:00 2001 From: franneck94 Date: Mon, 15 Jul 2024 16:10:40 +0200 Subject: [PATCH] up --- README_cmake.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README_cmake.md b/README_cmake.md index 9b85698..d370b3e 100644 --- a/README_cmake.md +++ b/README_cmake.md @@ -38,6 +38,12 @@ cmake -S .. -B . -G "Visual Studio 16 2019" # Option 1 cmake .. -G "Visual Studio 16 2019" # Option 2 ``` +## Get the list of Generators + +```bash +cmake --help +``` + ## Specify the Build Type Per default, the standard type is in most cases the debug type.