We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1416e96 commit 222f73dCopy full SHA for 222f73d
2 files changed
.gitignore
@@ -12,6 +12,7 @@ configs/addons/metamod/counterstrikesharp.vdf
12
libraries/mono/
13
14
CMakeSettings.json
15
+.vscode/compile_commands.json
16
17
build-*/
18
build/
CMakeLists.txt
@@ -5,6 +5,7 @@ project(counterstrikesharp C CXX ASM)
5
6
include("makefiles/shared.cmake")
7
8
+set(CMAKE_POLICY_VERSION_MINIMUM 3.5)
9
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
10
11
set(FUNCHOOK_BUILD_TESTS OFF CACHE BOOL "Disable building tests for funchook." FORCE)
0 commit comments