Explorar el Código

cmake link pcap

develop
Robin Thoni hace 8 años
padre
commit
5fec440b68
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/CMakeLists.txt

+ 1
- 1
src/CMakeLists.txt Ver fichero

@@ -4,4 +4,4 @@ set(SOURCE_FILES
4 4
         DataAccess/Pcap.cpp
5 5
         )
6 6
 add_library(rozitm SHARED ${SOURCE_FILES})
7
-target_link_libraries(rozitm ${LIBS})
7
+target_link_libraries(rozitm ${LIBS} ${PCAP_LIBRARY})

Loading…
Cancelar
Guardar