10 lines
299 B
C
10 lines
299 B
C
|
|
#pragma once
|
|
|
|
#define OBS_VERSION "@OBS_VERSION@"
|
|
#define OBS_DATA_PATH "@OBS_DATA_PATH@"
|
|
#define OBS_INSTALL_PREFIX "@OBS_INSTALL_PREFIX@"
|
|
#define OBS_PLUGIN_DESTINATION "@OBS_PLUGIN_DESTINATION@"
|
|
#define OBS_RELATIVE_PREFIX "@OBS_RELATIVE_PREFIX@"
|
|
#define OBS_UNIX_STRUCTURE @OBS_UNIX_STRUCTURE@
|