From 04517b3fe1395ade4a7e11cabca203df99a32ff4 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Thu, 18 Jun 2020 10:00:44 +0200 Subject: [PATCH] minor --- client/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index ff4bd2ae3..e0dbc4a9e 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -1,3 +1,9 @@ +# Usage: +# mkdir build +# cd build +# cmake .. (see below for options) +# make (VERBOSE=1 if needed) +# # MINGW: # On ProxSpace 3.4: # cmake -G"MSYS Makefiles" ..