Update BUILDING.md (#611)

This commit is contained in:
Julien Maffre
2023-04-19 17:06:55 +01:00
committed by GitHub
parent 7f368bd6da
commit e3f636544f

View File

@@ -99,7 +99,7 @@ In this section we show how to compile snmalloc into your project such that it r
Add these lines to your CMake file.
```cmake
set(SNMALLOC_ONLY_HEADER_LIBRARY ON)
set(SNMALLOC_HEADER_ONLY_LIBRARY ON)
add_subdirectory(snmalloc EXCLUDE_FROM_ALL)
```