mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
12 lines
376 B
PkgConfig
12 lines
376 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@/imgui
|
|
|
|
Name: imgui
|
|
Description: Bloat-free Immediate Mode Graphical User interface for C
|
|
Version: @version@
|
|
URL: https://github.com/ocornut/imgui
|
|
Requires.private: @pc_req_private@
|
|
Libs: -L${libdir} -limgui
|
|
Cflags: -I${includedir}/imgui @IMGUI_COMMON_FLAGS@
|