mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-11-30 02:48:57 +08:00
16 lines
489 B
Plaintext
16 lines
489 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<project version="1">
|
||
|
<builddir>cppcheck-cppcheck-build-dir</builddir>
|
||
|
<platform>Unspecified</platform>
|
||
|
<analyze-all-vs-configs>false</analyze-all-vs-configs>
|
||
|
<check-headers>true</check-headers>
|
||
|
<check-unused-templates>false</check-unused-templates>
|
||
|
<max-ctu-depth>10</max-ctu-depth>
|
||
|
<paths>
|
||
|
<dir name="hikyuu_cpp/hikyuu"/>
|
||
|
</paths>
|
||
|
<libraries>
|
||
|
<library>boost</library>
|
||
|
</libraries>
|
||
|
</project>
|