blender/extern/libmv/third_party/gflags/README.libmv
Sergey Sharybin 42b3463030 Bundle new upstream version of libmv from own branch
This version of libmv includes new gflags and glog libraries which makes
it possible to compile libmv with clang compiler.

Also remove code from CMakeLists which was disabling libmv if using clang.

Tested on linux with gcc-4.6 and clang-3.0, windows cmake+msvc and scons+mingw.
Could be some issues with other platforms/build system which shall be simple to resolve.
2012-03-11 19:52:25 +00:00

15 lines
514 B
Plaintext

Project: Google Flags
URL: http://code.google.com/p/google-gflags/
License: New BSD
Upstream version: 2.0
Local modifications:
- Flattened the tree and only included files needed for libmv. This involved
changing some of the includes to point to the current directory instead of a
nested gflags directory.
- Added a poor-man's version of upstream's port.cc/h to make gflags compile on
windows. This isn't sufficient but is a stopgap for now.
TODO(keir): Import and use gflags for Windows from upstream.