tree: 79f684a44c312ab7c0b1847cbfce4144d6e75621 [path history] [tgz]
  1. BUILD.gn
  2. imgui.gni
  3. README.md
third_party/imgui/README.md

ImGui Library

This folder holds the GN build file for the ImGui library.

Setup Instructions

  1. Install ImGui

    pw package install imgui
    

Building

The build file requires the dir_pw_third_party_imgui be set. This can be done as so:

gn gen out --export-compile-commands --args="
  dir_pw_third_party_imgui=\"//environment/packages/imgui\"
"
ninja -C out