Commit 3ab59a93 authored by Björn Svensson's avatar Björn Svensson Committed by michael-grunder
Browse files

Correct CMake warning for libevent adapter example

parent b22daec3
...@@ -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()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment