vsg-dev / vsgFramework

Framework for building VulkanScenGraph related projects together
MIT License
10 stars 7 forks source link

No cmake build targets to clean builds from components #2

Closed rhabacker closed 2 years ago

rhabacker commented 3 years ago

I have created a build of the vsg framework. After the build, I wanted to clean up all the files created, but did not find a build target to perform this step. Using cmake --build . --target clean did not perform this. Instead, you have to go into each build directory under src and call cmake --build . --target clean. It would be helpful if there was a corresponding command to simplify this often needed step.

rhabacker commented 2 years ago

This has been fixed with #3.

robertosfield commented 2 years ago

Closing as your PR looks to have resolved this :-) #3