mirror of
https://github.com/HowardHinnant/date.git
synced 2025-01-14 01:37:57 +08:00
Add flags in README to compile using cmake (#661)
This commit is contained in:
parent
2ef74cb41a
commit
39b4edf279
@ -66,7 +66,7 @@ You can optionally build using [CMake](https://cmake.org/). Here is a guide of h
|
|||||||
```bash
|
```bash
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ../
|
cmake -DENABLE_DATE_TESTING=ON -DBUILD_TZ_LIB=ON ../
|
||||||
cmake --build . --target testit # Consider '-- -j4' for multithreading
|
cmake --build . --target testit # Consider '-- -j4' for multithreading
|
||||||
```
|
```
|
||||||
## Projects using this library
|
## Projects using this library
|
||||||
|
Loading…
x
Reference in New Issue
Block a user