Fix linux build.
This commit is contained in:
parent
8ebb659cd6
commit
5af169fd7b
11 changed files with 220 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
find_path(UV_INCLUDE_DIR NAMES uv.h)
|
||||
find_library(UV_LIBRARY NAMES libuv)
|
||||
find_library(UV_LIBRARY NAMES uv libuv)
|
||||
|
||||
set(UV_LIBRARIES ${UV_LIBRARY})
|
||||
set(UV_INCLUDE_DIRS ${UV_INCLUDE_DIR})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue