1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-22 22:20:56 +02:00

Add nDPI code link with FastNetMon application

This commit is contained in:
Pavel Odintsov 2015-07-29 16:49:34 +03:00
parent 64bed8aa40
commit 2f3d222d51

View File

@ -223,6 +223,10 @@ if (${CMAKE_SYSTEM_NAME} STREQUAL "FreeBSD" OR ${CMAKE_SYSTEM_NAME} STREQUAL "Dr
set(LOG4CPP_LIBRARY_PATH ${LOG4_CPP_LIRBARY_FOUNDER})
endif()
if (ENABLE_DPI_SUPPORT)
target_link_libraries(fastnetmon fast_dpi)
endif()
target_link_libraries(fastnetmon ${LOG4CPP_LIBRARY_PATH})
target_link_libraries(fastnetmon ${CMAKE_THREAD_LIBS_INIT})