summaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)AuthorFilesLines
2013-10-06Rewrite FindPCAP.cmake to current practicesJörg Mayer1-127/+58
2013-10-05Fix a typo (letover from autotools times) which accidentallyJörg Mayer1-1/+1
2013-10-05editcap and capinfos compile now with cmakeJörg Mayer1-0/+2
2013-10-05Attempt to get linking working with cmake - without success so far.Jörg Mayer1-0/+17
2013-10-04Make runlex.sh work on WindowsJörg Mayer2-7/+14
2013-10-04Looks like we have problems invoking shell scripts fromJörg Mayer1-2/+1
2013-10-04Get pod2man to work on windows: call via perlJörg Mayer1-2/+2
2013-10-04Add a missing file on the Windows platform.Jörg Mayer3-3/+28
2013-10-04Add Win support (and add a "hacked" case where the zlibJörg Mayer1-2/+14
2013-10-04Detecting these modules finally works on Windows setupJörg Mayer2-4/+4
2013-10-04Cleanup similar to FindGTHREAD2.cmakeJörg Mayer1-33/+22
2013-10-04Remove now unneeded stuff missed by previous cleanup.Jörg Mayer1-19/+0
2013-10-04Remove a debug "printf"Jörg Mayer1-2/+0
2013-10-04Replace the old version by a more modern one that onlyJörg Mayer1-246/+100
2013-10-04Update coding style, use FIND_PACKAGE_HANDLE_STANDARD_ARGSJörg Mayer1-23/+22
2013-10-04Fix a typoJörg Mayer1-2/+2
2013-10-04Fogot to set the <package>_INCLUDE_DIRS variable, thus itJörg Mayer2-3/+14
2013-09-27Fix a typo (a missed replace)Jörg Mayer1-2/+2
2013-09-23Beginnings of win cmake support (not yet working), created by Graham Bloice,Jörg Mayer14-41/+128
2013-09-17When building packet-dap.c on an empty build tree, packet-dap.c wouldJörg Mayer1-0/+1
2013-08-12- Extract variables from Makefile.common.Jörg Mayer1-0/+53
2013-07-24Fix a bug that will prevent the extra flags from being honored.Jörg Mayer1-1/+1
2013-07-24Copy over from cmake git head as it fixes a bug:Jörg Mayer1-0/+57
2013-07-23Copy over cmake largfile detection from the gromacs project.Jörg Mayer3-0/+173
2013-06-14And back it out again, just like the Makefile.amJörg Mayer1-1/+0
2013-06-14Copy overJörg Mayer1-1/+1
2013-05-11Remove generating .cnf files from all target. They willJörg Mayer1-1/+2
2013-05-07Make exports actaully workJörg Mayer1-13/+15
2013-05-07Move common code into UseAsn2Wrs.cmake.Jörg Mayer1-0/+44
2013-05-04Attempted fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8619Jörg Mayer1-1/+6
2013-05-01Print the version of the include files that will be used.Jörg Mayer1-0/+11
2013-05-01- Fix logic for finding packages with differing Find-nameJörg Mayer1-199/+0
2013-04-04If we somehow manage to find libnl version 2 or 3, but don't manage toGuy Harris1-7/+16
2012-11-22Don't set HAVE_LIBNL1 if we have don't libnl at all.Guy Harris1-1/+3
2012-09-25Remove trailing whitespaceJörg Mayer1-1/+1
2012-09-11Differentiate between libnl versions. Feature parity with autofooJörg Mayer1-34/+57
2012-09-10Only check if the NL-stuff isn't in the caches alreadyJörg Mayer1-38/+45
2012-09-06Get netlink detection working with cmake (not complete)Jörg Mayer1-33/+53
2012-08-25Have CMake also consider the include path "lua5.2" (note the dot),Evan Huus1-1/+1
2012-08-23Replace if(os1) endif() if(os2) endif() with elseifJörg Mayer1-4/+2
2012-06-20Complete cmake support for netlink detectionJörg Mayer1-0/+50
2012-06-17Try to detect Lua 5.2 as wellJörg Mayer1-3/+3
2011-11-21Linking against GTK3 stoped working because only libgtk3 was linkedJörg Mayer1-11/+18
2011-10-08Mimic test for IPv6 support in GeoIP from autofooJörg Mayer1-4/+10
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-35/+0
2011-08-05FindGTK2: Add a check for pangocairo. It has to be linked explicitly, atGerald Combs2-6/+8
2011-08-05Add call to FindPackageHandleStandardArgsJörg Mayer1-0/+1
2011-08-05Attempt to properly fix the missing path information for glib librariesJörg Mayer1-106/+112
2011-07-12Remote trailing whitespaceJörg Mayer1-7/+7
2011-07-06Add detection of rpcap support in libpcap and use it if available.Jörg Mayer1-10/+18