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:
parent
88ea292070
commit
d15c014387
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user