From e43b4625f5ec47982d96add029c9c35d93521532 Mon Sep 17 00:00:00 2001 From: anggape Date: Mon, 16 May 2022 11:01:32 +0700 Subject: [PATCH] Update README.md simplify build process --- projects/CMake/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/projects/CMake/README.md b/projects/CMake/README.md index 402d3170c..f7873c30f 100644 --- a/projects/CMake/README.md +++ b/projects/CMake/README.md @@ -11,10 +11,8 @@ To compile the example, use one of the following dependending on your build targ Use the following to build for desktop: ``` bash -mkdir build -cd build -cmake .. -make +cmake -B build +cmake --build build ``` ### Web