Add ZM_DIR_MODELS
parent
e6dc6c37c8
commit
620407e408
|
|
@ -146,6 +146,8 @@ set(ZM_WEB_GROUP "" CACHE STRING
|
|||
Leave empty to be the same as the web user")
|
||||
set(ZM_DIR_EVENTS "${ZM_CONTENTDIR}/events" CACHE PATH
|
||||
"Location where events are recorded to, default: ZM_CONTENTDIR/events")
|
||||
set(ZM_DIR_MODELS "${ZM_CONTENTDIR}/models" CACHE PATH
|
||||
"Location of AI models default: ${ZM_CONTENTDIR}/models")
|
||||
set(ZM_DIR_SOUNDS "sounds" CACHE PATH
|
||||
"Location to look for optional sound files, default: sounds")
|
||||
set(ZM_PATH_ZMS "/cgi-bin/nph-zms" CACHE PATH
|
||||
|
|
|
|||
Loading…
Reference in New Issue