mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-03 12:44:27 +02:00
Add flags in README to compile using cmake (#661)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user