Wireshark-commits: [Wireshark-commits] rev 19168: /trunk/ /trunk/cmake/modules/: FindGLIB.cmake FindGLIB2.cmake FindLEX.cmake FindPCAP.cmake FindPcap.cmake FindYACC.cmake LICENSE.txt /trunk/: CMakeLists.txt cmakeconfig.h.in
From:
jmayer@xxxxxxxxxxxxx
Date: Wed, 06 Sep 2006 22:28:20 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19168
User: jmayer
Date: 2006/09/06 10:28 PM
Log:
cmake/
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
Directory: /trunk/cmake/modules/
Changes Path Action
+112 -0 FindGLIB.cmake Added
+127 -0 FindGLIB2.cmake Added
+20 -0 FindLEX.cmake Added
+27 -0 FindPCAP.cmake Added
+0 -27 FindPcap.cmake Removed
+20 -0 FindYACC.cmake Added
+344 -0 LICENSE.txt Added
Directory: /trunk/
Changes Path Action
+63 -22 CMakeLists.txt Modified
+309 -0 cmakeconfig.h.in Added