prepare KHook

This commit is contained in:
SlynxCZ 2026-01-12 21:03:08 +04:00
parent 4839cab431
commit a6aa7c23fc
6 changed files with 8 additions and 37 deletions

View file

@ -33,6 +33,5 @@ set(LINK_LIBRARIES
${SOURCESDK_LIB}/linux64/mathlib.a
spdlog
Protobufs
distorm
funchook-static
khook_lib
)

View file

@ -60,7 +60,7 @@ include_directories(
${SOURCESDK}/public/schemasystem
${METAMOD_DIR}/core
${METAMOD_DIR}/core/sourcehook
vendor/funchook/include
vendor/khook/include
vendor/spdlog/include
vendor/nlohmann
vendor

View file

@ -15,6 +15,5 @@ set(LINK_LIBRARIES
${SOURCESDK_LIB}/public/win64/mathlib.lib
spdlog
Protobufs
distorm
funchook-static
khook_lib
)