mirror of
https://github.com/Artikash/Textractor.git
synced 2024-12-23 17:04:12 +08:00
fix build
This commit is contained in:
parent
df68a64aba
commit
28ed31dcaf
@ -99,7 +99,7 @@ target_link_libraries(${PROJECT_NAME}
|
|||||||
profile
|
profile
|
||||||
vnrhost
|
vnrhost
|
||||||
ithsys
|
ithsys
|
||||||
${WDK_HOME}/lib/wxp/i386/ntdll.lib
|
ntdll.lib
|
||||||
comctl32.lib
|
comctl32.lib
|
||||||
psapi.lib
|
psapi.lib
|
||||||
)
|
)
|
||||||
|
17
CMakeSettings.json
Normal file
17
CMakeSettings.json
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "x86-Debug",
|
||||||
|
"generator": "Ninja",
|
||||||
|
"configurationType": "Debug",
|
||||||
|
"inheritEnvironments": [
|
||||||
|
"msvc_x86"
|
||||||
|
],
|
||||||
|
"buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
|
||||||
|
"installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\install\\${name}",
|
||||||
|
"cmakeCommandArgs": "",
|
||||||
|
"buildCommandArgs": "-v",
|
||||||
|
"ctestCommandArgs": ""
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
@ -54,7 +54,7 @@ target_compile_options(vnrhost PRIVATE
|
|||||||
target_link_libraries(vnrhost
|
target_link_libraries(vnrhost
|
||||||
ithsys
|
ithsys
|
||||||
profile
|
profile
|
||||||
${WDK_HOME}/lib/wxp/i386/ntdll.lib
|
ntdll.lib
|
||||||
)
|
)
|
||||||
|
|
||||||
target_compile_definitions(vnrhost
|
target_compile_definitions(vnrhost
|
||||||
|
@ -93,7 +93,7 @@ target_compile_options(vnrhook PRIVATE
|
|||||||
|
|
||||||
set(vnrhook_libs
|
set(vnrhook_libs
|
||||||
ithsys
|
ithsys
|
||||||
${WDK_HOME}/lib/wxp/i386/ntdll.lib
|
ntdll.lib
|
||||||
Version.lib
|
Version.lib
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user