objfw-config(1) | General Commands Manual | objfw-config(1) |
objfw-config - print flags required for compiling with ObjFW
objfw-config [options]
objfw-config is a program which outputs various flags needed to compile software using ObjFW.
Print OBJCFLAGS and CPPFLAGS:
objfw-config --objcflags --cppflags
Print LIBS and LDFLAGS for ObjFW and ObjFWTLS:
objfw-config --libs --ldflags --package ObjFWTLS
objfw-compile(1)