xref: /libbtbb/README.cmake (revision 8cbbcf463c8ff344b6316afb43ea7f2f896ab603)
1CMake Settings
2==============
3The following are flags that may be of use when configuing this project.
4
5 * DISABLE_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