用于EagleEye3.0 规则集漏报和误报测试的示例项目,项目收集于github和gitee
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

632 B

submodule

本项目的第三方库使用submodule进行管理

submdule的拉取

首次拉取项目之后,需要执行:

git submodule update --init --recursive

对所有的submodule进行拉取

submodule的添加

目前添加的submodule有如下:

git submodule add https://github.com/stdware/qwindowkit ./src/SARibbonBar/3rdparty/qwindowkit

submodule的更新

如果submodule更新了,使用git submodule update --remote {submodule}进行更新,如:

git submodule update --remote src/SARibbonBar/3rdparty/qwindowkit

关于如何编译,请看readme文档