Skip to content

jinzhongmin/libgoimgui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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