zeek / cmake

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

Use object libraries for subdir libs and plugins #12

Closed Neverlord closed 5 years ago

Neverlord commented 5 years ago

With CMake 3 as build dependency, we no longer need to use the static library workaround for old CMake versions introduced via https://github.com/zeek/zeek/commit/8e7ef001b3a07cba186c8476ba044230aeb9b7aa and instead can use CMake's object libraries.

This change breaks Zeek master (see accompanying PR in zeek/zeek for the required Zeek-side changes).