Update README.md

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

View File

@ -50,7 +50,7 @@ add_subdirectory(QtBigInt)
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 :
```
``` cmake
set(BUILD_SHARED_LIBS ON)
set(WITHOUT_TESTS 1)
add_subdirectory(QtBigInt)