codeblocks

This commit is contained in:
Stay 2024-03-06 21:29:04 +00:00
parent 824d642eee
commit b384ec7794

View File

@ -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
```