Add missing SBC library to cmake build

Change-Id: I4eb2dacc196b8feef62ff633322c53c04f78fc92
Reviewed-on: https://code.wireshark.org/review/252
Reviewed-by: Michal Orynicz <michal.orynicz@tieto.com>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
This commit is contained in:
Michal Labedzki 2014-02-18 13:07:16 +01:00 committed by Alexis La Goutte
parent 2e1f11289b
commit 1fd434e4f1
1 changed files with 1 additions and 0 deletions

View File

@ -946,6 +946,7 @@ set(LIBEPAN_LIBS
${SMI_LIBRARIES}
${ZLIB_LIBRARIES}
${M_LIBRARIES}
${SBC_LIBRARIES}
)
if( (BUILD_wireshark AND GTK_FOUND) OR (BUILD_qtshark AND QT_FOUND) )