diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index abc80bf66b..0f8f41f7a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,6 +29,7 @@ endif(NOT CMAKE_USE_PTHREADS_INIT) # Require libuv find_package(LibUV REQUIRED) +include_directories(${LibUV_INCLUDE_DIRS}) # add dependencies to include/lib directories link_directories ("${PROJECT_SOURCE_DIR}/.deps/usr/lib") |