mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Use object libraries for subdir libs and plugins
This commit is contained in:
parent
6775463f13
commit
25aadd82ef
12 changed files with 16 additions and 66 deletions
|
@ -20,6 +20,6 @@ set(logging_SRCS
|
|||
|
||||
bif_target(logging.bif)
|
||||
|
||||
bro_add_subdir_library(logging ${logging_SRCS} ${BIF_OUTPUT_CC})
|
||||
bro_add_subdir_library(logging ${logging_SRCS})
|
||||
add_dependencies(bro_logging generate_outputs)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue