Nelarius / imnodes

A small, dependency-free node editor for dear imgui
MIT License
1.97k stars 241 forks source link

feature: make cmake usable! #145

Closed dianwoshishi closed 2 years ago

dianwoshishi commented 2 years ago

cmake is a popular build tool

this PR make this job can be done by cmake!

Nelarius commented 2 years ago

Hi @dianwoshishi ! I would prefer to avoid adding cmake support by having imnodes examples be a demo window, included in the imnodes.cpp/imnodes.h files, just like ImGui's demo window: https://github.com/Nelarius/imnodes/issues/105