01641773e1
This C++ library is a small framework which creates a full http(s) server. This is imported code from the qhttpengine open source project. I modified some core components in order to make this framework multi-threading and changed some APIs for cleanlyness. As such it is not source compatible and getting it accepted upstream is not realistic.
12 lines
294 B
Plaintext
12 lines
294 B
Plaintext
prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=${prefix}/@LIB_INSTALL_DIR@
|
|
includedir=${prefix}/@INCLUDE_INSTALL_DIR@
|
|
|
|
Name: @PROJECT_NAME@
|
|
Description: @PROJECT_DESCRIPTION@
|
|
URL: @PROJECT_URL@
|
|
Version: @PROJECT_VERSION@
|
|
Requires: Qt5Network
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lflowee_httpengine
|