scripts/libbtbb-2015-10-R1/README.cmake

13 lines
427 B
CMake
Raw Normal View History

2016-12-17 04:18:30 -05:00
CMake Settings
==============
The following are flags that may be of use when configuing this project.
* DISABLE_PYTHON
* A boolean flag for building and installing btaptap python tool.
* USE_PCAP
* USE_PCAP=ON - Build with pcap support, the build will fail if
libpcap is not found.
* USE_PCAP=OFF - Disable pcap support will be disabled.
* If left undefined pcap support will be enabled if libpcap is present.