Makefile: add .deps/ to CMake prefix path

The CMake prefix path is the set of directories CMake searches for
libraries, header files, etc. Use the .deps directory we create when
building libuv as one of those locations.
This commit is contained in:
Rich Wareham 2014-02-24 20:56:00 +00:00 committed by Thiago de Arruda
parent e10290c3ea
commit 8aa1d8c71a

View File

@ -1,6 +1,6 @@
-include local.mk
CMAKE_FLAGS := -DCMAKE_BUILD_TYPE=Debug
CMAKE_FLAGS := -DCMAKE_BUILD_TYPE=Debug -DCMAKE_PREFIX_PATH=.deps/usr
# Extra CMake flags which extend the default set
CMAKE_EXTRA_FLAGS :=