Files
MINGW-packages/mingw-w64-libmongoose-git/mongoose.pc
2015-07-20 15:54:17 +03:00

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