Fix cmake project parameters

This commit is contained in:
ReenigneArcher
2022-05-06 14:39:26 -04:00
parent 49bfd2ba1f
commit a3e3da3136
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.0)
project(Sunshine [VERSION 0.13.0]
[DESCRIPTION Sunshine is a Gamestream host for Moonlight.]
[HOMEPAGE_URL https://sunshinestream.github.io]
project(Sunshine VERSION 0.13.0
DESCRIPTION "Sunshine is a Gamestream host for Moonlight."
HOMEPAGE_URL "https://sunshinestream.github.io"
)
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)