summaryrefslogtreecommitdiff
path: root/cmake
Commit message (Expand)AuthorAgeFilesLines
* cmake: fix up generation of libpcap.pc and pcap-config.Guy Harris2022-09-293-2/+13
* autoconf, cmake: fix generated pcap-config and libpcap.pc.Guy Harris2022-09-273-1/+13
* Finddpdk: don't do stuff requiring 3.19 or later on earlier CMakes.Guy Harris2022-04-061-22/+57
* Allow the path in which DPDK is installed to be specified.Guy Harris2022-03-241-2/+11
* configure, cmake: only check for DPDK using pkg-config.Guy Harris2022-03-231-77/+18
* CMake: change most PACKET to Packet.Guy Harris2022-03-021-12/+12
* CMake: change most AIRPCAP to AirPcap.Guy Harris2022-03-021-12/+12
* Remove trailing spaces/tabsFrancois-Xavier Le Bail2021-11-301-1/+1
* cmake: fix Finddpkd comparison between stringsClément Péron2021-05-301-1/+1
* CMake: fix typoClément Péron2021-05-281-1/+1
* Look for correct Packet.lib on AMD64 (next Npcap SDK will include this)Daniel Miller2021-05-211-2/+20
* Use pkg-config to find libnl-3.0 if we can.Guy Harris2020-05-191-1/+0
* cmake: trust pkg-config if it finds libdpdk.Guy Harris2020-05-191-43/+50
* Support AirPcap devices with a pcap module.Guy Harris2020-05-071-0/+69
* CMAKE_C_LIBRARY_ARCHITECTUREB. Scott Michel2020-01-121-0/+6
* Oops, how did that @ get in there?Guy Harris2019-10-281-1/+1
* Use Packet_ROOT to specify the Npcap or WinPcap SDK root directory.Guy Harris2019-10-281-8/+5
* Make CMake work for an installed DPDK on Ubuntu.Anders Broman2019-01-091-0/+117
* Revert "But that didn't work with CMake 3.9.1 and VS 2015."Guy Harris2018-09-131-10/+3
* But that didn't work with CMake 3.9.1 and VS 2015.Guy Harris2018-09-131-3/+10
* Get rid of another debugging message.Guy Harris2018-09-131-1/+0
* CMAKE_LIBRARY_ARCHITECTURE appears to be the way to set "64-bit libraries".Guy Harris2018-09-131-5/+9
* See if *this* forces it to look in {Lib,lib}/x64 first.Guy Harris2018-09-131-0/+1
* So will it find packet.dll with *no* path suffixes?Guy Harris2018-09-131-1/+1
* More debugging output.Guy Harris2018-09-131-0/+2
* Debugging message.Guy Harris2018-09-131-0/+1
* Remove FindPthreads-w32.cmake from the release.Guy Harris2018-07-101-152/+0
* Note why we assume we have libdagconf if we have libdag.Guy Harris2018-05-161-1/+6
* Add cmake support for libdagconf dependencysfd2018-05-091-1/+4
* Just try to find Packt32.h and [Pp]acket.dll.Guy Harris2018-01-291-34/+9
* Set XXX_INCLUDE_DIRS and XXX_LIBRARIES in find modules.Guy Harris2018-01-234-0/+12
* Avoid using the library's full path on the linker command-lineAli Abdulkadir2017-11-221-6/+29
* Changed the modules components to adhere to some "best practices"...Ali Abdulkadir2017-11-221-21/+16
* Put the find modules into a Modules subdirectory of the cmake directory.Guy Harris2017-10-057-0/+0
* Use find modules for Myricom SNF and Riverbed TurboCap.Guy Harris2017-10-053-1/+43
* Merge branch 'master' of https://github.com/the-tcpdump-group/libpcap into rp...Ali Abdulkadir2017-10-051-0/+21
|\
| * Check for the DAG include files and library CMake-style.Guy Harris2017-10-031-0/+21
* | Added costum FindPthreads-w32.cmake module to help find Pthreads-w32Ali Abdulkadir2017-10-011-0/+152
|/
* Add pcap_dump_ftell64().Guy Harris2017-09-291-0/+85
* Get rid of obsolete comment line.Ali Abdulkadir2017-09-271-1/+0
* Use CMAKE_SIZEOF_VOID_P to determine the target architecture.Ali Abdulkadir2017-09-261-1/+1
* Move have_siocglifconf.c to the cmake directory.Guy Harris2017-09-151-0/+6
* Some more cosmetic fixes for FindPacket.cmakeAli Abdulkadir2017-09-151-5/+3
* Fixed indentation in FindPacket.cmakeAli Abdulkadir2017-09-151-1/+1
* Created a FindPacket.cmake module to deal with Packet.lib ins and outsAli Abdulkadir2017-09-141-0/+88
* Get rid of unused cmake/preconfigure.cmake.Guy Harris2017-09-101-55/+0
* Use cmake_push_check_state() and cmake_pop_check_state().Guy Harris2017-09-101-0/+5
* Another C++ check that can just be a C check.Guy Harris2017-09-101-1/+1
* No need to treat the test program for off_t as C++.Guy Harris2017-09-101-2/+2
* Add tests for large file support on UN*X.Guy Harris2017-09-091-0/+148