https://github.com/frederoxdev/cc-amethyst
https://github.com/frederoxdev/cc-amethyst
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/frederoxdev/cc-amethyst
- Owner: FrederoxDev
- Created: 2024-06-03T11:25:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T23:18:14.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T23:35:20.585Z (about 1 year ago)
- Language: C
- Size: 426 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Usage Guide
Start by selecting `Use this template` > `Create a new Repository` and setup a repository. Next clone the repository, and replace the information at the start of the `CMakeLists.txt` file.
```cmake
project(Amethyst-Template CXX ASM_NASM) # Replace `Amethyst-Template` with the name of your mod
set(MOD_VERSION "0.1.0") # Replace this with the version number of your mod
set(MOD_AUTHOR "FrederoxDev") # Replace this with your name
```
To build this, you need to have also build AmethystAPI seperately