Hi all, I&#39;m using winpcap for my project.<br><br>The detailed steps to use it are <a href="http://www.winpcap.org/docs/docs_40_2/html/group__wpcapsamps.html">here</a> , but I don&#39;t know whether cmake supports these two operations:<br>
<ul><li>If your program uses Win32 specific functions of WinPcap, remember to include <i>WPCAP</i>
    among the preprocessor definitions.</li><li>If your program uses the remote capture capabilities of WinPcap, add <i>
        HAVE_REMOTE</i> among the preprocessor definitions. Do <i>not</i> include 
        remote-ext.h directly in your source files.</li></ul><br>Anyone here has ideas?<br><br>Thanks in advance!<br>