X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=ea4de25c48c35caba8901d78f494064749dfd16a;hb=4667085601b0483cb35fa8cc80e2b19d91831bb2;hp=4886e40d93d2fa0100b0394f35d454d6a59e6613;hpb=59d006faba0b4f526010c66e9d4b8d3768450a6b;p=umurmur.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 4886e40..ea4de25 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,6 +19,9 @@ endif() pkg_check_modules(LIBCONFIG libconfig) pkg_check_modules(LIBPROTOBUF libprotobuf-c) +set(CMAKE_LIBRARY_PATH ${CMAKE_LIBRARY_PATH} ${LIBCONFIG_LIDIR}) +set(CMAKE_LIBRARY_PATH ${CMAKE_LIBRARY_PATH} ${LIBPROTOBUF_LIDIR}) + check_function_exists(clock_gettime HAVE_CLOCK_GETTIME) if(NOT HAVE_CLOCK_GETTIME)