zeek / cmake

CMake scripts used in Zeek
https://www.zeek.org
Other
48 stars 59 forks source link

BuiltinSpicyAnalyzer: Support CXX files for SOURCES #94

Closed awelzel closed 1 year ago

awelzel commented 1 year ago

For external packages, spicy_add_analyzer() supports .cc files given to SOURCES. Add the same capability to the spicy_add_analyzer() function provided by BuiltInSpicyAnalyzer().

The spicy-quic analyzer has an extra .cc file.