mirror of
https://github.com/kakwa/uts-server
synced 2024-11-05 01:08:51 +01:00
8 lines
288 B
CMake
8 lines
288 B
CMake
|
if (NOT LIBCIVETWEB_LIBRARIES)
|
||
|
find_path(LIBCIVETWEB_INCLUDE_DIR civetweb.h ${_LIBCIVETWEB_PATHS} PATH_SUFFIXES include include/civetweb/)
|
||
|
endif ()
|
||
|
|
||
|
if (NOT LIBCIVETWEB_LIBRARIES)
|
||
|
find_library(LIBCIVETWEB_LIBRARIES NAMES civetweb ${_LIBCIVETWEB_PATHS} PATH_SUFFIXES lib)
|
||
|
endif ()
|