Beginnings of win cmake support (not yet working), created by Graham Bloice,
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 23 Sep 2013 21:45:55 +0000 (21:45 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 23 Sep 2013 21:45:55 +0000 (21:45 +0000)
commit8392b647de3adbc10e75402f36518069cf18e1bc
treedba40805065d07057c21b5b77dbb76ec1419bd05
parent9434371dc33c4efb938527d5802e195011e73b0e
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@52194 f5534014-38df-0310-8fa8-9805f1628bb7
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]