mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-06-22 16:41:16 +00:00
Security tweaks
This commit is contained in:
+2
-1
@@ -7,7 +7,8 @@ set(CMAKE_CXX_STANDARD 17)
|
||||
file(GLOB source_files
|
||||
"src/*.cpp" "src/include/*.h"
|
||||
"src/include/*.hpp" "src/curl/*.h"
|
||||
"src/Network 2.0/*.cpp" "src/Network 2.0/*.h")
|
||||
"src/Network 2.0/*.cpp" "src/Network 2.0/*.h"
|
||||
"src/Memory/*.hpp" "src/Memory/*.cpp")
|
||||
|
||||
add_executable(BeamMP-Launcher ${source_files})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user