aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2022-10-06cmake: fix up generation of libpcap.pc and pcap-config.Guy Harris
2022-10-06autoconf, cmake: fix generated pcap-config and libpcap.pc.Guy Harris
2022-04-06Finddpdk: don't do stuff requiring 3.19 or later on earlier CMakes.Guy Harris
2022-03-24Allow the path in which DPDK is installed to be specified.Guy Harris
2022-03-23configure, cmake: only check for DPDK using pkg-config.Guy Harris
2022-03-15CMake: change most PACKET to Packet.Guy Harris
2022-03-15CMake: change most AIRPCAP to AirPcap.Guy Harris
2022-02-20Remove trailing spaces/tabsFrancois-Xavier Le Bail
2021-05-30cmake: fix Finddpkd comparison between stringsClément Péron
2021-05-28CMake: fix typoClément Péron
2021-05-21Look for correct Packet.lib on AMD64 (next Npcap SDK will include this)Daniel Miller
2020-05-19Use pkg-config to find libnl-3.0 if we can.Guy Harris
2020-05-19cmake: trust pkg-config if it finds libdpdk.Guy Harris
2020-05-07Support AirPcap devices with a pcap module.Guy Harris
2020-01-12CMAKE_C_LIBRARY_ARCHITECTUREB. Scott Michel
2019-10-28Oops, how did that @ get in there?Guy Harris
2019-10-28Use Packet_ROOT to specify the Npcap or WinPcap SDK root directory.Guy Harris
2019-01-09Make CMake work for an installed DPDK on Ubuntu.Anders Broman
2018-09-13Revert "But that didn't work with CMake 3.9.1 and VS 2015."Guy Harris
2018-09-13But that didn't work with CMake 3.9.1 and VS 2015.Guy Harris
2018-09-13Get rid of another debugging message.Guy Harris
2018-09-13CMAKE_LIBRARY_ARCHITECTURE appears to be the way to set "64-bit libraries".Guy Harris
2018-09-13See if *this* forces it to look in {Lib,lib}/x64 first.Guy Harris
2018-09-13So will it find packet.dll with *no* path suffixes?Guy Harris
2018-09-13More debugging output.Guy Harris
2018-09-13Debugging message.Guy Harris
2018-07-10Remove FindPthreads-w32.cmake from the release.Guy Harris
2018-05-16Note why we assume we have libdagconf if we have libdag.Guy Harris
2018-05-09Add cmake support for libdagconf dependencysfd
2018-01-29Just try to find Packt32.h and [Pp]acket.dll.Guy Harris
2018-01-23Set XXX_INCLUDE_DIRS and XXX_LIBRARIES in find modules.Guy Harris
2017-11-22Avoid using the library's full path on the linker command-lineAli Abdulkadir
2017-11-22Changed the modules components to adhere to some "best practices"...Ali Abdulkadir
2017-10-05Put the find modules into a Modules subdirectory of the cmake directory.Guy Harris
2017-10-05Use find modules for Myricom SNF and Riverbed TurboCap.Guy Harris
2017-10-05Merge branch 'master' of https://github.com/the-tcpdump-group/libpcap into rp...Ali Abdulkadir
2017-10-03Check for the DAG include files and library CMake-style.Guy Harris
2017-10-01Added costum FindPthreads-w32.cmake module to help find Pthreads-w32Ali Abdulkadir
2017-09-29Add pcap_dump_ftell64().Guy Harris
2017-09-27Get rid of obsolete comment line.Ali Abdulkadir
2017-09-26Use CMAKE_SIZEOF_VOID_P to determine the target architecture.Ali Abdulkadir
2017-09-15Move have_siocglifconf.c to the cmake directory.Guy Harris
2017-09-15Some more cosmetic fixes for FindPacket.cmakeAli Abdulkadir
2017-09-15Fixed indentation in FindPacket.cmakeAli Abdulkadir
2017-09-14Created a FindPacket.cmake module to deal with Packet.lib ins and outsAli Abdulkadir
2017-09-10Get rid of unused cmake/preconfigure.cmake.Guy Harris
2017-09-10Use cmake_push_check_state() and cmake_pop_check_state().Guy Harris
2017-09-10Another C++ check that can just be a C check.Guy Harris
2017-09-10No need to treat the test program for off_t as C++.Guy Harris
2017-09-09Add tests for large file support on UN*X.Guy Harris