cmake: Add release candidate versions/cmake variables
Allows specifying a release candidate version, and outputs release candidate version variables to libobs/obs-config.h. Useful for using cmake to specify a release candidate version.
This commit is contained in:
@@ -61,6 +61,11 @@
|
||||
# define OBS_INSTALL_PREFIX ""
|
||||
# define OBS_PLUGIN_DESTINATION "obs-plugins"
|
||||
# define OBS_RELATIVE_PREFIX "../../"
|
||||
# define OBS_RELEASE_CANDIDATE_MAJOR 0
|
||||
# define OBS_RELEASE_CANDIDATE_MINOR 0
|
||||
# define OBS_RELEASE_CANDIDATE_PATCH 0
|
||||
# define OBS_RELEASE_CANDIDATE_VER 0
|
||||
# define OBS_RELEASE_CANDIDATE 0
|
||||
#endif
|
||||
|
||||
#define OBS_INSTALL_DATA_PATH OBS_INSTALL_PREFIX OBS_DATA_PATH
|
||||
|
Reference in New Issue
Block a user