From e2ba795603e510bd73f21d9bcc574e8f83284abc Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Mon, 27 Apr 2020 22:25:36 +0300 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 222bc1d..59c489a 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,15 @@ $ make $ sudo make install # [Optional] ``` +##### Cmake options with Defaults: + +```CMake +option(CGLM_SHARED "Shared build" ON) +option(CGLM_STATIC "Static build" OFF) +option(CGLM_USE_C99 "" OFF) # C11 +option(CGLM_USE_TEST "Enable Tests" OFF) # for make check - make test +``` + #### Use with your CMake project * Example: ```cmake