aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
AgeCommit message (Collapse)AuthorFilesLines
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