mirror of
https://github.com/kakwa/uts-server
synced 2025-01-08 12:44:30 +01:00
8 lines
270 B
CMake
Executable File
8 lines
270 B
CMake
Executable File
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 ()
|