summaryrefslogtreecommitdiff
path: root/cmake/modules/FindYACC.cmake
AgeCommit message (Collapse)AuthorFilesLines
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-5/+4
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/+10
svn path=/trunk/; revision=29620
2009-06-15CMake now successfully builds dumpcapJörg Mayer1-2/+2
svn path=/trunk/; revision=28745
2009-05-29Resume work on CMake for Wireshark. Finally found and fixed aJörg Mayer1-3/+39
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-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