aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2010-10-20From Hadriel Kaplan: IPFIX file format support.wmeier1-0/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5242 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34576 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-25- FindGLIB2.cmake updates fromjmayer1-0/+1
http://www.opensync.org/browser/branches/3rd-party-cmake-modules/modules + split out FindGMODULE2.cmake + contains /sw/... by default + supposedly tested on OSX - Disable pcre for cmake builds by default, gregex should be picked up automatically if glib2 is not too old. Should you have trouble linking due to some libgmodule... stuff undefined, please add "${GMODULE2_LIBRARIES}" after "${GLIB2_LIBRARIES}" an report back. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34248 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-23H.sivank:jmayer1-1/+1
Cmake fixes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34225 f5534014-38df-0310-8fa8-9805f1628bb7
2010-09-23H. Sivank <hsivank@gmail.com>jmayer1-1/+1
I try to configure Wireshark with cmake on macosx 10.6. It fails with : set_target_properties called with incorrect number of arguments. Attached a patch to fix this issue. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34201 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-18cmake changes:jmayer1-0/+1
- Add checking for linker flags - Install plugins with the name including the Wireshark version. This will make it easier to find matching plugin versions if files get just copied over. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32231 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-17Beginnings of enabling static builds. Still to do:jmayer1-6/+8
* Add -static * Registration may need different handling * Add plugins * Build error in wslua git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30987 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-07cmake will now honor -Werror if configured (default: on)jmayer1-0/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30852 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-17From Marton Nemeth:stig1-0/+1
Add the ability to open JPEG/JFIF files directly. From me: Some code cleanup + add new file to cmake. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30588 f5534014-38df-0310-8fa8-9805f1628bb7
2009-10-01(minor) Indent fix.stig1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30228 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23Build wiretap with cmake on OSX.stig1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30096 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-23More fixes for OSX - might work now :-)jmayer1-0/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30093 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-08- now wireshark compiles with cmake as welljmayer1-2/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29799 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-02Beginnings of getting cmake to build stuff in epan.jmayer1-3/+5
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29666 f5534014-38df-0310-8fa8-9805f1628bb7
2009-08-30On Windows a shared library in divided into a DLL part (RUNTIME) and an ↵krj1-2/+5
import lib (ARCHIVE). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29622 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-15Rename all of the ascend files:jmayer1-7/+11
That way we hopefully won't need the runlex.sh hack any more. Also the ylwrap stuff is (hopefully) obsolete. ascend.[hc] -> ascendtext.[hc] ascend-scanner.l -> ascend_scanner.l ascend-grammar.y -> ascend.y git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28744 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-29Resume work on CMake for Wireshark. Finally found and fixed ajmayer1-37/+57
few mistakes that I made earlier. Current status: dumpcap still doesn't build Next step: Add a ylwrap like workaround for flex misbehaviour. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28518 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-24Parts of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1179jmayer1-0/+1
Frederic Heem: * More cmake system checks. It compiles dumpcap without running configure, git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19672 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-05propset, add $Id: $ and copyright headersjmayer1-0/+23
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19150 f5534014-38df-0310-8fa8-9805f1628bb7
2006-09-05OK, as I haven't had any negative feedback, I'm adding my workjmayer1-0/+40
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19149 f5534014-38df-0310-8fa8-9805f1628bb7