Update some CMakeListsCustom.txt templates

Change-Id: I3d4d5d160bfa08f1837ca571c2ff29241893cb2e
Reviewed-on: https://code.wireshark.org/review/27685
Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
This commit is contained in:
Pascal Quantin 2018-05-21 18:06:58 +02:00
parent ec421a07b5
commit e6c832c49a
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
set(CUSTOM_PLUGIN_SRC_DIR
# private_plugins/foo
# or
# plugins/foo
# plugins/epan/foo
)
#

View File

@ -9,11 +9,11 @@
# You can add custom builtin dissectors here by replaceing foo with your dissectors name.
set(CUSTOM_DISSECTOR_SRC
# packet-foo.c
# ${CMAKE_CURRENT_SOURCE_DIR}/packet-foo.c
)
set(CUSTOM_DIRTY_ASN1_DISSECTOR_SRC
# packet-bar.c
# ${CMAKE_CURRENT_SOURCE_DIR}/packet-bar.c
)
#