How do I tell cmake to do these two steps to use winpcap?

Posted by Gtker on Stack Overflow See other posts from Stack Overflow or by Gtker
Published on 2010-05-03T18:10:31Z Indexed on 2010/05/03 18:18 UTC
Read the original article Hit count: 206

Filed under:
|
|
|

Quoted from here:

  • If your program uses Win32 specific functions of WinPcap, remember to include WPCAP among the preprocessor definitions.

  • If your program uses the remote capture capabilities of WinPcap, add HAVE_REMOTE among the preprocessor definitions. Do not include remote-ext.h directly in your source files.

Has anyone managed to use winpcap with cmake?

© Stack Overflow or respective owner

Related posts about c

    Related posts about winpcap