An open API service indexing awesome lists of open source software.

https://github.com/kafkaphoenix/gameproject

Game project template to showcase how to import and build a game using an engine as a shared or static library + vcpkg for managing dependencies.
https://github.com/kafkaphoenix/gameproject

cmake cmake-examples cpp library vcpkg

Last synced: 5 months ago
JSON representation

Game project template to showcase how to import and build a game using an engine as a shared or static library + vcpkg for managing dependencies.

Awesome Lists containing this project

README

          

# GameProject

Game project template to showcase how to import and build a game using an engine as a shared or static library + vcpkg for managing dependencies.

A makefile is provided to build the project.

## How to use

```bash
make shared
```
Build the project using an engine as a shared library.
```bash
make static
```
Build the project using an engine as a static library.