trlsmax / imgui-vtk

test on how to integrate vtk into glfw + imgui project
MIT License
107 stars 26 forks source link

CMake fixes and cleanup #7

Closed PetiteViking closed 3 years ago

PetiteViking commented 3 years ago

This PR fixes a linker error with vtkNamedColors by linking to vtkCommonColor.

In addition, it groups header and source files into folders in VS.

image

image

PetiteViking commented 3 years ago

I'll rebase this on newest master.