jinzhongmin / libgoimgui

build cimage shared library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

build cimage shared library

License:Apache License 2.0


Languages

Language:CMake 100.0%