aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
AgeCommit message (Collapse)AuthorFilesLines
2009-09-23Try finding gpg-error library, to improve building on OSX.Stig Bjørlykke1-1/+2
svn path=/trunk/; revision=30100
2009-09-23Removed setting GLIB2_LIBRARIES to GLIB_LIBRARY, to improve build on OSX.Stig Bjørlykke1-3/+0
svn path=/trunk/; revision=30099
2009-09-23Try finding pixbuf and pango libraries to help building on OSX.Stig Bjørlykke1-0/+31
svn path=/trunk/; revision=30098
2009-09-12Make building with GeoIP, Python, Capabilities and c-aresJörg Mayer3-2/+198
actually work. svn path=/trunk/; revision=29870
2009-09-10Update to add the last missing detection stuff.Jörg Mayer5-32/+134
Some of it is untested, kerberos is currently a hack. Apart from that, package detection should be complete. svn path=/trunk/; revision=29838
2009-09-09CMAKE: Get most of of missing *build* pieces into placeJörg Mayer15-362/+276
svn path=/trunk/; revision=29819
2009-09-08dftest and rawshark now build.Jörg Mayer4-0/+119
tshark might build. svn path=/trunk/; revision=29786
2009-09-07- Undo the PACKAGELIST WSWIN32 stuff in CMakeLists.txt:Jörg Mayer7-1221/+65
That's what the packages are for, so instead of creating WSWIN32, the stuff should probably go into the GLIB2 package. - libwireshark now compiles - no time to add linking with it until tonight svn path=/trunk/; revision=29756
2009-09-02Beginnings of getting cmake to build stuff in epan.Jörg Mayer1-0/+21
It's only beginnings, so epan is commented out in the subdirs statement. This is more a synch to avoid duplicate work and creating conflicting patches to the cmake stuff. svn path=/trunk/; revision=29666
2009-08-31CMake: Remove PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 which are unusedKovarththanan Rajaratnam2-138/+0
svn path=/trunk/; revision=29639
2009-08-30Add new windows cmake module finderKovarththanan Rajaratnam1-0/+31
svn path=/trunk/; revision=29624
2009-08-30Fix PATH typo. Should have been PATHSKovarththanan Rajaratnam3-35/+30
svn path=/trunk/; revision=29620
2009-08-29We no longer support GLib 1.xKovarththanan Rajaratnam1-112/+0
svn path=/trunk/; revision=29617
2009-08-18Search for includes and libs in /opt/local/ (MacPorts).Stig Bjørlykke2-0/+18
svn path=/trunk/; revision=29465
2009-06-16OK, so my last commit message was too optimistic - I was usingJörg Mayer1-16/+18
an installed version of wsutil. dumpcap now really builds on Linux via cmake. svn path=/trunk/; revision=28754
2009-06-15CMake now successfully builds dumpcapJörg Mayer3-7/+37
svn path=/trunk/; revision=28745
2009-05-29Resume work on CMake for Wireshark. Finally found and fixed aJörg Mayer2-21/+58
few mistakes that I made earlier. Current status: dumpcap still doesn't build Next step: Add a ylwrap like workaround for flex misbehaviour. svn path=/trunk/; revision=28518
2008-07-18Remove iconv/libiconv checks from *NIX builds: GLIB-2 provides iconv ↵Jeff Morriss1-33/+0
replacements. svn path=/trunk/; revision=25765
2007-10-28Bug 1227 : From Frederic Heem:Sake Blok2-15/+18
* modify CMakeInstallDirs.cmake according to cmake developper wishes * FindDBUSGLIB.cmake fixes * Add HAVE_CHOWN * remove DBus from CMakeLists.txt. * DBus support has its own application (capdbus) and is in a self contained directory. A separate patch will be provided svn path=/trunk/; revision=23300
2006-11-06frederic heem:Jörg Mayer1-35/+35
Please find attached a patch to replace "#" with "*". Check64BitFormat.c.in is a C file. svn path=/trunk/; revision=19821
2006-11-01Add same license info as in Check64BitFormat.cmakeJörg Mayer1-0/+36
svn path=/trunk/; revision=19768
2006-10-30frederic heem:Jörg Mayer8-51/+222
Please find the patch that adds copyrights. svn path=/trunk/; revision=19744
2006-10-26Only include the license text and not the rest of the source fileJörg Mayer1-287/+2
it was copied from as well. svn path=/trunk/; revision=19708
2006-10-26frederic.heem:Jörg Mayer3-12/+103
Update/Add FindPCAP.cmake CMakeInstallDirs.cmake CMakeLists.txt me: Fix a typo, change gcc flags to mimic the behaviour of autofoo stuff. svn path=/trunk/; revision=19707
2006-10-24Parts of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1179Jörg Mayer12-114/+1854
Frederic Heem: * More cmake system checks. It compiles dumpcap without running configure, svn path=/trunk/; revision=19672
2006-09-06The last update to FindGTK2.cmake was incompatible with it's use.Jörg Mayer1-1/+3
Fix a bug and adapt CMakeLists.txt to the new usage. svn path=/trunk/; revision=19169
2006-09-06cmake/Jörg Mayer6-0/+623
Add some more (hackish) tests. Add a LICENSE file until I find the time to add it to all files individually. CMakeLists.txt Add some addiotional stuff regarding options. Add (non-working) code to generate config.h Handle GTK1 vs GTK2 and GLIB1 vs GLIB2 svn path=/trunk/; revision=19168
2006-09-06Update to newer version of the file fromJörg Mayer1-256/+342
http://cmake-modules.googlecode.com/svn/trunk/ This update adds a license text (dual: GPLv2 and 3 clause BSD) svn path=/trunk/; revision=19166
2006-09-05OK, as I haven't had any negative feedback, I'm adding my workJörg Mayer2-0/+287
to use cmake as a build system. It's in no way complete, I'd just like others to be able to participate in playing with cmake and to document what I'm doing. Please read the README.cmake for what can be done right now. svn path=/trunk/; revision=19149