aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* OK, so my last commit message was too optimistic - I was usingJörg Mayer2009-06-161-16/+18
| | | | | | | an installed version of wsutil. dumpcap now really builds on Linux via cmake. svn path=/trunk/; revision=28754
* CMake now successfully builds dumpcapJörg Mayer2009-06-153-7/+37
| | | | svn path=/trunk/; revision=28745
* Resume work on CMake for Wireshark. Finally found and fixed aJörg Mayer2009-05-292-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
* Remove iconv/libiconv checks from *NIX builds: GLIB-2 provides iconv ↵Jeff Morriss2008-07-181-33/+0
| | | | | | replacements. svn path=/trunk/; revision=25765
* Bug 1227 : From Frederic Heem:Sake Blok2007-10-282-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
* frederic heem:Jörg Mayer2006-11-061-35/+35
| | | | | | | | Please find attached a patch to replace "#" with "*". Check64BitFormat.c.in is a C file. svn path=/trunk/; revision=19821
* Add same license info as in Check64BitFormat.cmakeJörg Mayer2006-11-011-0/+36
| | | | svn path=/trunk/; revision=19768
* frederic heem:Jörg Mayer2006-10-308-51/+222
| | | | | | | Please find the patch that adds copyrights. svn path=/trunk/; revision=19744
* Only include the license text and not the rest of the source fileJörg Mayer2006-10-261-287/+2
| | | | | | it was copied from as well. svn path=/trunk/; revision=19708
* frederic.heem:Jörg Mayer2006-10-263-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
* Parts of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1179Jörg Mayer2006-10-2412-114/+1854
| | | | | | | Frederic Heem: * More cmake system checks. It compiles dumpcap without running configure, svn path=/trunk/; revision=19672
* The last update to FindGTK2.cmake was incompatible with it's use.Jörg Mayer2006-09-061-1/+3
| | | | | | Fix a bug and adapt CMakeLists.txt to the new usage. svn path=/trunk/; revision=19169
* cmake/Jörg Mayer2006-09-066-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
* Update to newer version of the file fromJörg Mayer2006-09-061-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
* OK, as I haven't had any negative feedback, I'm adding my workJörg Mayer2006-09-052-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