CMakeLists: move sentry back in, add C to languages

This commit is contained in:
Lion Kortlepel
2021-08-10 10:31:43 +02:00
committed by Lion
parent 2774a73d83
commit b3a8b1a682
3 changed files with 5 additions and 6 deletions
+3 -3
View File
@@ -3,13 +3,13 @@ cmake_minimum_required(VERSION 3.0)
message(STATUS "You can find build instructions and a list of dependencies in the README at \
https://github.com/BeamMP/BeamMP-Server")
add_subdirectory("include/sentry-native")
# ---- start of CXX section -----
project(BeamMP-Server
DESCRIPTION "Server for BeamMP - The Multiplayer Mod for BeamNG.drive"
HOMEPAGE_URL https://beammp.com
LANGUAGES CXX)
LANGUAGES CXX C)
add_subdirectory("include/sentry-native")
message(STATUS "Setting compiler flags")
if (WIN32)