提交 3dc0f5d5 编写于 作者: wblong_cs's avatar wblong_cs 🚴🏽

Update readme.md

上级 3f03fb12
# Base64 # Base64
## Demo
```cpp ```cpp
#include <modp_b64.h> #include <modp_b64.h>
...@@ -44,4 +46,20 @@ int main(){ ...@@ -44,4 +46,20 @@ int main(){
return 0; return 0;
} }
``` ```
\ No newline at end of file
## Usage
```
//Root.CMakeLists.txt
add_subdirectory(modp_b64)
install(TARGETS modp_b64)
```
```
//Demo.CMakeLists.txt
target_link_libraries(Demo
PUBLIC
PRIVATE
modp_b64
)
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册