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