Add flags in README to compile using cmake (#661)

This commit is contained in:
Anthony Louis
2021-04-16 22:06:08 -03:00
committed by GitHub
parent 2ef74cb41a
commit 39b4edf279

View File

@@ -66,7 +66,7 @@ You can optionally build using [CMake](https://cmake.org/). Here is a guide of h
```bash
mkdir build
cd build
cmake ../
cmake -DENABLE_DATE_TESTING=ON -DBUILD_TZ_LIB=ON ../
cmake --build . --target testit # Consider '-- -j4' for multithreading
```
## Projects using this library