pge-template-project
pge-template-project copied to clipboard
Distribution [Feature Request]
Is your feature request related to a problem? Please describe.
The way the cmake script currently builds places the compiled binaries inside the build directory in a subdirectory named bin
, the assets, if any, are copied to the bin
directory. however it is not intuitive for the purposes of distribution.
Describe the solution you'd like create a build directory structure that makes it more intuitive as to where built files and supporting asset data is stored to make it easy to integrate with packaging and distribution tooling.
Describe alternatives you've considered i have considered leaving it alone and letting people figure it out on their own, but it's not intuitive.. not sure about other solutions to the problem.
Additional context n/a