mirror of
https://github.com/kakwa/uts-server
synced 2024-11-04 17:08:49 +01: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 ()
|