You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake's
[http://www.cmake.org/cmake/help/v2.8.12/cmake.html#prop_tgt:INTERFACE_COMPILE_D
EFINITIONS INTERFACE_COMPILE_DEFINITIONS] property on the imported targets can
be used to specify the proper definition of GFLAGS_DLL_DECL if both shared and
static libraries were build. In this case, both libraries require the inclusion
of the same public header files, but with different GFLAGS_DLL_DECL in case of
the VS compiler.
Original issue reported on code.google.com by [email protected] on 25 Mar 2014 at 3:34
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 25 Mar 2014 at 3:34The text was updated successfully, but these errors were encountered: