vnpy/binding/Readme.md
2019-01-21 05:48:38 -04:00

18 lines
420 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# vnpy.bindings
这个文件夹包含了vnpy中所有对c++层的封装
所有的封装都是使用脚本生成的使用的脚本为autocxxpy
若要看如何构建请看Build.md
---
## 目录结构
* cmake/ cmake相关文件
* source/ 所有源码都在这里
* tests/ 测试相关文件
* third_party/ 第三方库的文件,包括头文件,源码或者库文件
---