Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
b7d13220
Commit
b7d13220
authored
Sep 15, 2022
by
michael-grunder
Browse files
Minor touchup
parent
7a5bda63
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
b7d13220
...
...
@@ -41,7 +41,7 @@ SET(hiredis_sources
SET
(
hiredis_sources
${
hiredis_sources
}
)
IF
(
WIN32
)
set
(
CMAKE_C_FLAGS
"
${
CMAKE_C_FLAGS
}
/D_CRT_SECURE_NO_WARNINGS /D
_
WIN32_LEAN_AND_MEAN"
)
SET
(
CMAKE_C_FLAGS
"
${
CMAKE_C_FLAGS
}
/D_CRT_SECURE_NO_WARNINGS /DWIN32_LEAN_AND_MEAN"
)
ENDIF
()
ADD_LIBRARY
(
hiredis SHARED
${
hiredis_sources
}
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment