summaryrefslogtreecommitdiff
path: root/cmake/modules/FindLEX.cmake
AgeCommit message (Collapse)AuthorFilesLines
2010-11-15cmake stuff:Jörg Mayer1-0/+1
- Fix fallout from gtk/text_import_scanner.l patch: Wireshark will build with cmake again. - Update README.cmake a bit - Running "cmake -DUI_MANAGER=ON" will give you the new ui-manager. svn path=/trunk/; revision=34885
2009-09-24Slightly rework the detection code for some packages.Jörg Mayer1-13/+3
Make compile flag detection work (needed some not so nice hacks). svn path=/trunk/; revision=30129
2009-09-23- Add $Id: $ tagsJörg Mayer1-0/+3
- FindHtmlViewer.cmake: Try to add reading the name of the html viewer from the HTML_VIEWER environment variable (untested) svn path=/trunk/; revision=30104
2009-09-07- Undo the PACKAGELIST WSWIN32 stuff in CMakeLists.txt:Jörg Mayer1-4/+3
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-08-30Fix PATH typo. Should have been PATHSKovarththanan Rajaratnam1-12/+11
svn path=/trunk/; revision=29620
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 Mayer1-5/+4
svn path=/trunk/; revision=28745
2009-05-29Resume work on CMake for Wireshark. Finally found and fixed aJörg Mayer1-18/+19
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
2006-10-24Parts of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1179Jörg Mayer1-4/+39
Frederic Heem: * More cmake system checks. It compiles dumpcap without running configure, svn path=/trunk/; revision=19672
2006-09-06cmake/Jörg Mayer1-0/+20
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