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

https://github.com/teddio/genv

A small GMod C++ module to enable reading / setting environment variables
https://github.com/teddio/genv

binary env-vars environment-variables envvars garrysmod genv gmod module

Last synced: 8 days ago
JSON representation

A small GMod C++ module to enable reading / setting environment variables

Awesome Lists containing this project

README

        

# gEnv
A small GMod C++ module to enable reading / setting environment variables

## A few footnotes...

- Premake5 doesn't seem to play too nice with the latest xcode options, meaning...
- For MacOS you need to ensure the flag for searching user paths is enabled otherwise XCode won't pick up your garrysmod headers.
- You'll also likely need to turn off debug symbols manually for the release profile.