1
0
mirror of https://github.com/kakwa/uts-server synced 2024-06-20 18:53:01 +02:00
uts-server/cmake/Findlibasyncd.cmake

8 lines
270 B
CMake
Raw Normal View History

2015-12-16 23:11:08 +01:00
if (NOT LIBASYNCD_LIBRARIES)
find_path(LIBASYNCD_INCLUDE_DIR asyncd.h ${_LIBASYNCD_PATHS} PATH_SUFFIXES include include/asyncd/)
endif ()
if (NOT LIBASYNCD_LIBRARIES)
find_library(LIBASYNCD_LIBRARIES NAMES asyncd ${_LIBASYNCD_PATHS} PATH_SUFFIXES lib)
endif ()