Game engine template to showcase how to create a library with cmake + vcpkg for managing dependencies.
A makefile is provided to build the project.
make shared
Build the engine as a shared library.
make static
Build the engine as a static library.