4
0
mirror of https://github.com/QuasarApp/QtBigInt.git synced 2025-05-08 11:19:36 +00:00

Update README.md

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

@ -44,6 +44,7 @@
``` cmake
set(WITHOUT_TESTS 1)
add_subdirectory(QtBigInt)
target_link_libraries(MyBinary PUBLIC QtBigInt)
```
### Note
@ -54,6 +55,8 @@ Example :
set(BUILD_SHARED_LIBS ON)
set(WITHOUT_TESTS 1)
add_subdirectory(QtBigInt)
target_link_libraries(MyBinary PUBLIC QtBigInt)
```
## For other build system