forked from QuasarApp/QtBigInt
Update README.md
This commit is contained in:
parent
2d9c9e94f4
commit
2a1e4a4295
@ -49,6 +49,7 @@ add_subdirectory(QtBigInt)
|
|||||||
### Note
|
### 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.
|
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 :
|
Example :
|
||||||
|
|
||||||
```
|
```
|
||||||
set(BUILD_SHARED_LIBS ON)
|
set(BUILD_SHARED_LIBS ON)
|
||||||
set(WITHOUT_TESTS 1)
|
set(WITHOUT_TESTS 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user