DCurrent / openbor

OpenBOR is the ultimate 2D side scrolling engine for beat em' ups, shooters, and more!
http://www.chronocrash.com
BSD 3-Clause "New" or "Revised" License
894 stars 119 forks source link

CMake with module based configuration #301

Closed SumolX closed 3 months ago

SumolX commented 4 months ago

Here is an alternative and cleaner approaching to managing build configuration for targets where each target will have a dedicated cmake modules (xxxx.cmake). The main CMakeLists.txt when updated with global based parameters automatically import the target properties... so it should be much more maintainable moving forward.