mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
cmake: Fix OBS Studio typo
This commit is contained in:
parent
3bf1333c84
commit
da5d30c43b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ PROJECT(
|
|||
VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}.${VERSION_TWEAK}
|
||||
)
|
||||
set(PROJECT_FULL_NAME "Stream Effects for OBS Studio")
|
||||
set(PROJECT_DESCRIPTION "New Sources, Filters and Transitions for OB Studio")
|
||||
set(PROJECT_DESCRIPTION "New Sources, Filters and Transitions for OBS Studio")
|
||||
set(PROJECT_AUTHORS "Michael Fabian 'Xaymar' Dirks <info@xaymar.com>")
|
||||
set(PROJECT_COPYRIGHT_YEARS "2018")
|
||||
|
||||
|
|
Loading…
Reference in a new issue