Update README.md

This commit is contained in:
Andrei Yankovich 2021-02-01 15:05:20 +03:00 committed by GitHub
parent 2d9c9e94f4
commit 2a1e4a4295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,6 +49,7 @@ add_subdirectory(QtBigInt)
### Note
By Default QtBigInt makes as a static library. If you want to create a shared library just add the BUILD_SHARED_LIBS into your main CMakeLists.txt file.
Example :
```
set(BUILD_SHARED_LIBS ON)
set(WITHOUT_TESTS 1)