From b384ec7794362dbd71a72e744be442d1976523c9 Mon Sep 17 00:00:00 2001 From: Stay Date: Wed, 6 Mar 2024 21:29:04 +0000 Subject: [PATCH] codeblocks --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b9ca734c..ce3cf82d6 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ rm -rf externals/sirit/externals Then edit `externals/sirit/CMakeLists.txt` and enable "Use system SPIR-V Headers". Like this: -``` +```c option(SIRIT_USE_SYSTEM_SPIRV_HEADERS "Use system SPIR-V headers" ON) ``` @@ -33,13 +33,13 @@ option(SIRIT_USE_SYSTEM_SPIRV_HEADERS "Use system SPIR-V headers" ON) Open `externals/mbedtls/include/mbedtls/config.h` with a text editor and search for the following line: -``` +```cpp //#define MBEDTLS_CMAC_C ``` You should uncomment that so it ends like this: -``` +```cpp #define MBEDTLS_CMAC_C ```