Skip to content
Snippets Groups Projects
Verified Commit d9bbe8b9 authored by JennaHuntsman's avatar JennaHuntsman Committed by Xenhat Hex
Browse files

Groundwork for cmake magic (nonfunctional at present)

parent 895a0e75
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
VIEWERNAME="Alchemy" #Store the viewer's name as a variable, for portability. This should be correctly capitalized. VIEWERNAME="Alchemy" #Store the viewer's name as a variable, for portability. This should be correctly capitalized.
CHANNELNAME="{CHANNELNAME=Test}" #THIS CAN BE BLANK! Store the viewer's channel (i.e. alpha, beta, etc.) as a variable, for portability. This should be correctly capitalized. Release versions should leave this blank, so the DE will show just VIEWERNAME, not VIEWERNAME CHANNELNAME CHANNELNAME="{CHANNELNAME=Test}" #THIS CAN BE BLANK! Store the viewer's channel (i.e. alpha, beta, etc.) as a variable, for portability. This should be correctly capitalized. Release versions should leave this blank, so the DE will show just VIEWERNAME, not VIEWERNAME CHANNELNAME
# CHANNELNAME="@RELEASE_CHANNEL@" #TODO: Make cmake handle channel name autofill
SCRIPTSRC="$(readlink -f "$0" || echo "$0")" SCRIPTSRC="$(readlink -f "$0" || echo "$0")"
RUN_PATH="$(dirname "${SCRIPTSRC}" || echo .)" RUN_PATH="$(dirname "${SCRIPTSRC}" || echo .)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment