File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ set(docopt_HEADERS
4040# Compile targets
4141#============================================================================
4242if (MSVC OR XCODE)
43- # MSVC requires __declspec() attributes, which are achieved via the
44- # DOCOPT_DLL and DOCOPT_EXPORTS macros below. Since those macros are only
45- # defined when building a shared library, we must build the shared and
46- # static libraries completely separately.
43+ # MSVC requires __declspec() attributes, which are achieved via the
44+ # DOCOPT_DLL and DOCOPT_EXPORTS macros below. Since those macros are only
45+ # defined when building a shared library, we must build the shared and
46+ # static libraries completely separately.
4747 # Xcode does not support libraries with only object files as sources.
4848 # See https://cmake.org/cmake/help/v3.0/command/add_library.html?highlight=add_library
4949 add_library (docopt SHARED ${docopt_SOURCES} ${docopt_HEADERS} )
You can’t perform that action at this time.
0 commit comments