stm32f103-template/rt-thread/tools/kconfig-frontends/libs/parser/kconfig-parser.pc.in

12 lines
251 B
PkgConfig
Raw Normal View History

2023-05-09 22:30:49 +08:00
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=${prefix}/include
Name: kconfig-parser
Description: kconfig-parser library
Requires:
Version: @KCONFIGPARSER_LIB_VERSION@
Libs: -L${libdir} -lkconfig-parser
Cflags: -I${includedir}