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
527 stars 25 forks source link

Task/handle submodule deps #408

Closed LeonBrands closed 2 years ago

LeonBrands commented 2 years ago

adds the add_third_party macro that adds in a third party dependency, if not already added. This allows modules to easily & safely include/link third party dependencies without worrying about other modules adding the same dependency