config fix
This commit is contained in:
parent
ffbb081bcc
commit
a52bfd36f8
@ -4,7 +4,6 @@ set(CMAKE_CONFIGURATION_TYPES Debug Release)
|
||||
|
||||
project(NextHooker)
|
||||
|
||||
set(WDK_HOME "C:\\WinDDK\\7600.16385.1" CACHE FILEPATH "Windows Driver Kit path")
|
||||
set(CMAKE_INSTALL_PREFIX "" CACHE FILEPATH "installation path")
|
||||
|
||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG "${CMAKE_BINARY_DIR}/Debug")
|
||||
|
@ -10,7 +10,6 @@ set(vnrhost_src
|
||||
config.h
|
||||
hookman.h
|
||||
host.h
|
||||
host_p.h
|
||||
textthread.h
|
||||
textthread_p.h
|
||||
hookman.cc
|
||||
|
@ -73,7 +73,7 @@ target_compile_options(vnrhook PRIVATE
|
||||
)
|
||||
|
||||
set(vnrhook_libs
|
||||
${WDK_HOME}/lib/wxp/i386/ntdll.lib
|
||||
"C:\\Program Files (x86)\\Windows Kits\\10\\Lib\\10.0.17134.0\\um\\x86\\ntdll.lib"
|
||||
Version.lib
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user