File: HiredisConfig.cmake.in

package info (click to toggle)
hiredis 0.13.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 604 kB
  • ctags: 864
  • sloc: ansic: 4,770; makefile: 206; cpp: 143
file content (5 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (6)
1
2
3
4
5
find_path(HIREDIS_INCLUDE_DIRS hiredis/hiredis.h HINTS "/usr/include")
find_library(HIREDIS_LIB_HIREDIS NAMES hiredis HINTS "/usr/lib")

set(HIREDIS_LIBRARIES ${HIREDIS_LIB_HIREDIS})