BlackToppStudios / Mezz_Foundation

Foundational Data types that enforce no opinions on how to build games and provide many facilities that complex games need. This largely avoids graphics and physics, but provides tools like the SortedVector, CountedPtr and HashedString classes.
GNU General Public License v3.0
3 stars 0 forks source link

Add all the features from the new Jagati to make the CMakeLists.txt as simple as possible. #1

Closed Sqeaky closed 6 years ago

Sqeaky commented 7 years ago

The newest version of the Jagati, still in PR, has many opinionated features that can simplify certain aspects of CMake creation, and just abou tall of that should apply to this very normal package.

Sqeaky commented 6 years ago

PR #7 does this.