Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 250 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 250 Bytes

build cimgui with glfw3

git

git clone --recursive https://github.com/jinzhongmin/libgoimgui

build

mkdir build && cd build
cmake  -DCMAKE_INSTALL_PREFIX="../install"  ../libgoimgui
make install # or ninja install