xcompact3d / x3d2

https://xcompact3d.github.io/x3d2
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Use more standard build directories/layout #43

Open pbartholomew08 opened 6 months ago

pbartholomew08 commented 6 months ago

CMake supports building following a standard /path/lib, /path/bin, etc. layout, e.g. x3d2/build/lib, x3d2/build/bin

This will make it easier to find things (e.g. the executable), ensure that generated (sub)modules are placed in a standard place for better editor integration.