File: imgui.pc.in

package info (click to toggle)
imgui 1.81%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,240 kB
  • sloc: cpp: 43,920; makefile: 501; sh: 2
file content (12 lines) | stat: -rw-r--r-- 300 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
prefix=@prefix@
libdir=${prefix}/@libdir@
includedir=${prefix}/@includedir@

Name: imgui
Description: Bloat-free Immediate Mode Graphical User interface for C++
Version: @version@
Requires: stb
URL: https://github.com/ocornut/imgui
Libs: -L${libdir} -limgui
Libs.private: -lm
Cflags: -I${includedir}