-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
Closed
Labels
Description
Hey @ocornut, how would you feel about adding a CMake build system?
I'm evaluating using imgui vs. nanogui to build simple interfaces for my glew based apps. Nanogui is not all that nano, it has a large number of dependencies, including eigen which conflicts with another library that's also using eigen.
I'd be OK with writing a CMake based build to imgui, would you accept it as a pull?
That way, I could reference imgui in my git and my project, and CMake would automatically take care if as a subproject.
Challanger524