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
40
40
# Compile targets
41
41
#============================================================================
42
42
if (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. Si
545C
nce those macros are only
45
+ # defined when building a shared library, we must build the shared and
46
+ # static libraries completely separately.
47
47
# Xcode does not support libraries with only object files as sources.
48
48
# See https://cmake.org/cmake/help/v3.0/command/add_library.html?highlight=add_library
49
49
add_library (docopt SHARED ${docopt_SOURCES} ${docopt_HEADERS} )
You can’t perform that action at this time.
0 commit comments