vsg-dev / vsgImGui

Integration of VulkanSceneGraph with ImGui
MIT License
43 stars 28 forks source link

Copy extra headers during make install #31

Closed rolandhill closed 1 year ago

rolandhill commented 1 year ago

Copies extra files from ImGui to vsgImgui so that they can be installed into the final destination directory. These are needed for various ImGui controls.

Tested on Kubuntu 22.04

robertosfield commented 1 year ago

I think it might be best to create a cmake macro/function to do the check and copy.

rolandhill commented 1 year ago

This looks to be working. I've never done this before so you better just check it over.

robertosfield commented 1 year ago

I have client work on for the next 2 days so on Thursday I'll set aside some time to test things out. Thanks.