Skip to content

Commit 52845e8

Browse files
committed
Fixed cmake syntax error
1 parent 1cb326c commit 52845e8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
cmake_minimum_required(VERSION 3.10)
2-
project(libwsv5 C VERSION 1.1.0 DESCRIPTION "OBS WebSocket v5 Protocol C Library")
2+
project(libwsv5
3+
LANGUAGES C
4+
VERSION 1.1.0
5+
DESCRIPTION "OBS WebSocket v5 Protocol C Library"
6+
)
37

48
set(CMAKE_C_STANDARD 11)
59
set(CMAKE_C_STANDARD_REQUIRED ON)

0 commit comments

Comments
 (0)