This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
codeblocks-20.03/codeblocks.pc.in

19 lines
536 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
datarootdir = @datarootdir@
plugindir=@datadir@/@PACKAGE@/plugins
sharedir=@datadir@
Name: codeblocks
Description: Code::Blocks IDE
Version: @VERSION@
Libs: -L${libdir} -lcodeblocks
Cflags: -I${includedir}/@PACKAGE@ \
-I${includedir}/@PACKAGE@/tinyxml \
-I${includedir}/@PACKAGE@/scripting/include \
-I${includedir}/@PACKAGE@/scripting/bindings \
-I${includedir}/@PACKAGE@/scripting/sqplus \
-I${includedir}/@PACKAGE@/wxscintilla/include