cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / 3rdparty / googletest-1.8.1 / googlemock / include / gmock / internal / custom / README.md
1 # Customization Points
2
3 The custom directory is an injection point for custom user configurations.
4
5 ## Header `gmock-port.h`
6
7 The following macros can be defined:
8
9 ### Flag related macros:
10
11 *   `GMOCK_DECLARE_bool_(name)`
12 *   `GMOCK_DECLARE_int32_(name)`
13 *   `GMOCK_DECLARE_string_(name)`
14 *   `GMOCK_DEFINE_bool_(name, default_val, doc)`
15 *   `GMOCK_DEFINE_int32_(name, default_val, doc)`
16 *   `GMOCK_DEFINE_string_(name, default_val, doc)`