Security tweaks

This commit is contained in:
Anonymous275
2020-06-17 22:44:46 +03:00
parent d3af7f1d5d
commit ed91d14f61
9 changed files with 339 additions and 19 deletions
+2 -1
View File
@@ -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})