IronsDu / brynet

A Header-Only cross-platform C++ TCP network library . We can use vcpkg(https://github.com/Microsoft/vcpkg/tree/master/ports/brynet) install brynet.
MIT License
1.05k stars 241 forks source link

CodeQL没有正确配置 #114

Closed xth closed 2 years ago

xth commented 2 years ago

提交了代码,却被告之“No code found during the build. ”

IronsDu commented 2 years ago

是的啊。我还没搞定怎么分析。貌似对header only不太友好。

xth commented 2 years ago

会不会是因为不识别.hpp文件?

IronsDu commented 2 years ago

我感觉跟编译单元有关系。毕竟一个.h/hpp不是一个编译单元,没法分析。

IronsDu commented 2 years ago

已经解决了。是因为默认CMake没有编译example。