mirror of
https://github.com/kakwa/uts-server
synced 2025-05-15 00:43:54 +02:00
8 lines
288 B
CMake
Executable File
8 lines
288 B
CMake
Executable File
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 ()
|