12 lines
281 B
PkgConfig
12 lines
281 B
PkgConfig
prefix=@@PREFIX@@
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: mongoose
|
|
Description: embedded library, to start a web server in few lines of code
|
|
Version: @@VERSION@@
|
|
Requires: libssl
|
|
Libs: -L${libdir} -lmongoose
|
|
Cflags: -I${includedir} -pthread
|