xref: /libbtbb/README.cmake (revision 1a7f74036448e74d622336f1b0c976c73e3a39a5)
1*1a7f7403SDominic SpillCMake Settings
2*1a7f7403SDominic Spill==============
3*1a7f7403SDominic SpillThe following are flags that may be of use when configuing this project.
4*1a7f7403SDominic Spill
5*1a7f7403SDominic Spill * DISABLE_PYTHON
6*1a7f7403SDominic Spill  * A boolean flag for building and installing btaptap python tool.
7*1a7f7403SDominic Spill
8*1a7f7403SDominic Spill * USE_PCAP
9*1a7f7403SDominic Spill  * USE_PCAP=ON - Build with pcap support, the build will fail if
10*1a7f7403SDominic Spill    libpcap is not found.
11*1a7f7403SDominic Spill  * USE_PCAP=OFF - Disable pcap support will be disabled.
12*1a7f7403SDominic Spill  * If left undefined pcap support will be enabled if libpcap is present.
13