1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-28 04:34:27 +01:00

Updated the examples to work with the new Sniffer constructor using the SnifferConfiguration object.

This commit is contained in:
Santiago Alessandri
2014-08-29 18:20:15 -07:00
parent 49f451ecd1
commit 039b41cb76
9 changed files with 38 additions and 17 deletions

View File

@@ -1,5 +1,6 @@
FIND_PACKAGE(GTest)
IF(GTEST_FOUND)
INCLUDE_DIRECTORIES(${GTEST_INCLUDE_DIRS})
ADD_SUBDIRECTORY(src)
ELSE(GTEST_FOUND)
MESSAGE(WARNING "Google test not found. Disabling tests.")