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
3ab59a93
Commit
3ab59a93
authored
Aug 16, 2021
by
Björn Svensson
Committed by
michael-grunder
Nov 18, 2021
Browse files
Correct CMake warning for libevent adapter example
parent
b22daec3
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/CMakeLists.txt
View file @
3ab59a93
...
@@ -21,7 +21,7 @@ ENDIF()
...
@@ -21,7 +21,7 @@ ENDIF()
FIND_PATH
(
LIBEVENT event.h
)
FIND_PATH
(
LIBEVENT event.h
)
if
(
LIBEVENT
)
if
(
LIBEVENT
)
ADD_EXECUTABLE
(
example-libevent example-libevent
)
ADD_EXECUTABLE
(
example-libevent example-libevent
.c
)
TARGET_LINK_LIBRARIES
(
example-libevent hiredis event
)
TARGET_LINK_LIBRARIES
(
example-libevent hiredis event
)
ENDIF
()
ENDIF
()
...
...
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