repo.or.cz
/
wireshark-sm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags
[wireshark-sm.git]
/
cmake
/
modules
/
UseMakeTaps.cmake
blob
56fd628a806a6e8bfe1c812634986414ac4666b2
1
#
2
MACRO(REGISTER_TAP_FILES _outputfile)
3
set(_sources ${ARGN})
4
ADD_CUSTOM_COMMAND(
5
OUTPUT
6
${_outputfile}
7
COMMAND
8
${Python3_EXECUTABLE} ${CMAKE_SOURCE_DIR}/tools/make-regs.py taps ${_outputfile} ${_sources}
9
DEPENDS
10
${CMAKE_SOURCE_DIR}/tools/make-regs.py
11
${_sources}
12
COMMENT
13
"Making ${_outputfile}"
14
)
15
ENDMACRO(REGISTER_TAP_FILES)