mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-06-22 16:41:16 +00:00
Mod Sync
This commit is contained in:
+2
-2
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15)
|
||||
|
||||
set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /O2")
|
||||
project(BeamMP-Launcher)
|
||||
set(CMAKE_CXX_STANDARD 14)
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
file(GLOB source_files
|
||||
"src/*.cpp" "src/include/*.h"
|
||||
@@ -11,4 +11,4 @@ file(GLOB source_files
|
||||
|
||||
add_executable(BeamMP-Launcher ${source_files})
|
||||
|
||||
target_link_libraries(BeamMP-Launcher discord-rpc libcurl_a zlibstatic)
|
||||
target_link_libraries(BeamMP-Launcher ws2_32 urlmon discord-rpc libcurl_a zlibstatic)
|
||||
Reference in New Issue
Block a user