aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2009-10-10Group subdirectories Kovarththanan Rajaratnam1-10/+9
2009-10-10Add tools/lemon/CMakeLists.txt which creates the lemon parser executableKovarththanan Rajaratnam1-11/+1
2009-10-10Compile and link idl2wrsKovarththanan Rajaratnam1-0/+2
2009-10-09Fix copy/paste errorKovarththanan Rajaratnam1-2/+2
2009-10-09Start using register_tap_files() macroKovarththanan Rajaratnam1-10/+2
2009-10-09Introduce UseMakeTapReg.cmakeKovarththanan Rajaratnam1-0/+1
2009-10-09Add register_dissector_files macroKovarththanan Rajaratnam1-0/+1
2009-10-09Also capitalize wireshark_BINARY_DIR since this variable is automatically def...Kovarththanan Rajaratnam1-1/+1
2009-10-09Capitalize project nameKovarththanan Rajaratnam1-1/+1
2009-10-08Remove FindWSWIN32.cmake. It was only a temporary hack I introduced. We shoul...Kovarththanan Rajaratnam1-1/+0
2009-10-04Move make-tapreg-dotc to tools/make-tapreg-dotcKovarththanan Rajaratnam1-2/+2
2009-10-04Move rdps.py to tools/rdps.pyKovarththanan Rajaratnam1-2/+2
2009-09-25Try to add tpg, but it seems it doesn't build with autofoo either.Jörg Mayer1-2/+10
2009-09-25wslua now builds, links and installs.Jörg Mayer1-1/+1
2009-09-25Removed some duplicate libraries.Stig Bjørlykke1-15/+0
2009-09-25- Previous patch moved the intall targes dirs too far down.Jörg Mayer1-33/+53
2009-09-24Slightly rework the detection code for some packages.Jörg Mayer1-26/+32
2009-09-23Added Apple Cocoa library to processes dumping OSX version.Stig Bjørlykke1-1/+8
2009-09-23Build more plugins with cmake.Jörg Mayer1-6/+8
2009-09-21CMake:Jörg Mayer1-2/+53
2009-09-16Build a few more pluginsJörg Mayer1-7/+7
2009-09-16Move some of the -I stuff from top level to epan.Jörg Mayer1-9/+1
2009-09-15Build the asn1 plugin. The only problem(?) is, that it isJörg Mayer1-6/+47
2009-09-14Not yet working:Jörg Mayer1-9/+74
2009-09-12Make building with GeoIP, Python, Capabilities and c-aresJörg Mayer1-24/+23
2009-09-10Update to add the last missing detection stuff.Jörg Mayer1-12/+45
2009-09-09We no longer support the old plugin API so remove it completely from the buil...Kovarththanan Rajaratnam1-1/+1
2009-09-09Add missing include dirs when building wslua.Jörg Mayer1-0/+2
2009-09-09CMAKE: Get most of of missing *build* pieces into placeJörg Mayer1-18/+89
2009-09-08Build new packetlistJörg Mayer1-3/+7
2009-09-08- now wireshark compiles with cmake as wellJörg Mayer1-10/+19
2009-09-08dftest and rawshark now build.Jörg Mayer1-17/+198
2009-09-07- Undo the PACKAGELIST WSWIN32 stuff in CMakeLists.txt:Jörg Mayer1-15/+17
2009-09-02Beginnings of getting cmake to build stuff in epan.Jörg Mayer1-131/+145
2009-08-31CMake: Remove PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 which are unusedKovarththanan Rajaratnam1-18/+0
2009-08-30Disable standard library deprecation when MSVC >= 2005Kovarththanan Rajaratnam1-0/+5
2009-08-30Find Win32 bundled packagesKovarththanan Rajaratnam1-2/+5
2009-08-30Add WIN32 platform sourcesKovarththanan Rajaratnam1-0/+6
2009-08-29Rename build target to lowercase for consistencyKovarththanan Rajaratnam1-18/+19
2009-08-27We require CMake >= 2.6 so we don't have to repeat the expressions in endif()...Kovarththanan Rajaratnam1-24/+24
2009-08-27Remove zlib from the set of mandatory packages (it isn't)Kovarththanan Rajaratnam1-4/+2
2009-08-27Move configure checks to ConfigureChecks.cmakeKovarththanan Rajaratnam1-47/+1
2009-06-16- Properly detect and use the perl command.Jörg Mayer1-39/+39
2009-06-16Build the other tools that don't depend on libwiresharkJörg Mayer1-17/+109
2009-06-16OK, so my last commit message was too optimistic - I was usingJörg Mayer1-5/+11
2009-06-15CMake now successfully builds dumpcapJörg Mayer1-5/+12
2009-05-29Resume work on CMake for Wireshark. Finally found and fixed aJörg Mayer1-15/+24
2008-07-18Remove iconv/libiconv checks from *NIX builds: GLIB-2 provides iconv replacem...Jeff Morriss1-1/+0
2007-10-28Bug 1227 : From Frederic Heem:Sake Blok1-13/+5
2006-10-26frederic.heem:Jörg Mayer1-12/+35