Merge branch 'master' into cxx17
All checks were successful
Run UnitTests / build-and-run-unittests (push) Successful in 29s

This commit is contained in:
Stephen Seo 2024-07-15 13:49:57 +09:00
commit 01f1873a9e

View file

@ -1,9 +1,7 @@
# About
EntityComponentMetaSystem is a header-only library. However, UnitTests can be
built and run using cmake (gtest is a dependency).
[(Note that gtest uses the BSD 3-Clause License.)](https://github.com/google/googletest/blob/master/LICENSE)
built and run using cmake (gtest is ~~a dependency~~ no longer a dependency).
# Generated Doxygen Documentation