Beginnings of win cmake support (not yet working), created by Graham Bloice,
authorJörg Mayer <jmayer@loplof.de>
Mon, 23 Sep 2013 21:45:55 +0000 (21:45 -0000)
committerJörg Mayer <jmayer@loplof.de>
Mon, 23 Sep 2013 21:45:55 +0000 (21:45 -0000)
commitd456079b7e928007d4130ffb4ab5ccf49c98481e
treedba40805065d07057c21b5b77dbb76ec1419bd05
parentd74564d6cf9d5e5d5927b51d31220db1c51409e7
Beginnings of win cmake support (not yet working), created by Graham Bloice,
some smaller changes by me.
- README.cmake
  Document how to (one day) run on Windows
- CMakeLists.txt
  Use MSVC compiler flags for MSVC instead of gcc flags
- FindWSWinLibs.cmake
  New: Creates HINTS for finding includes and libraries
  inside the Wireshark support library installation.
- FindXXX.cmake
  Make use of HINTS generated by FindWSWinLibs.cmake

This has not really been tested on Windows as my installation seems to have
automagically downloaded some fixes and is in an inconsistent state since.
Will probably need to reinstall.

svn path=/trunk/; revision=52194
16 files changed:
CMakeLists.txt
README.cmake
cmake/modules/FindCARES.cmake
cmake/modules/FindGCRYPT.cmake
cmake/modules/FindGEOIP.cmake
cmake/modules/FindGLIB2.cmake
cmake/modules/FindGMODULE2.cmake
cmake/modules/FindGNUTLS.cmake
cmake/modules/FindGTHREAD2.cmake
cmake/modules/FindGTK2.cmake
cmake/modules/FindKERBEROS.cmake
cmake/modules/FindLUA.cmake
cmake/modules/FindPCAP.cmake
cmake/modules/FindPORTAUDIO.cmake
cmake/modules/FindSMI.cmake
cmake/modules/FindWSWinLibs.cmake [new file with mode: 0644]