Rythe-Interactive / Rythe-Engine

Rythe is a data-oriented C++17 game engine built to make optimal use of modern hardware.
https://rythe-interactive.com
MIT License
528 stars 25 forks source link

Task/build applications #406

Closed LeonBrands closed 2 years ago

LeonBrands commented 2 years ago

Automatically adds in applications from modules when the modules are enabled.

This PR also fixes an issue where submodules were added to the linker even if they didn't have c or cpp files (and thus wouldn't generate a static library)