update win32 debug engine (#138)

This commit is contained in:
Yun Hsiao Wu 2021-03-23 11:58:47 +08:00 committed by GitHub
parent c56773d74d
commit 95c6bee682
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 0 deletions

View File

@ -1,9 +1,21 @@
add_library(dbgcore SHARED IMPORTED GLOBAL)
set_target_properties(dbgcore PROPERTIES
IMPORTED_LOCATION ${CMAKE_CURRENT_LIST_DIR}/libs/dbgcore.dll
)
add_library(dbghelp SHARED IMPORTED GLOBAL) add_library(dbghelp SHARED IMPORTED GLOBAL)
set_target_properties(dbghelp PROPERTIES set_target_properties(dbghelp PROPERTIES
IMPORTED_LOCATION ${CMAKE_CURRENT_LIST_DIR}/libs/dbghelp.dll IMPORTED_LOCATION ${CMAKE_CURRENT_LIST_DIR}/libs/dbghelp.dll
) )
add_library(dbgeng SHARED IMPORTED GLOBAL)
set_target_properties(dbgeng PROPERTIES
IMPORTED_LOCATION ${CMAKE_CURRENT_LIST_DIR}/libs/dbgeng.dll
)
add_library(freetype STATIC IMPORTED GLOBAL) add_library(freetype STATIC IMPORTED GLOBAL)
set_target_properties(freetype PROPERTIES set_target_properties(freetype PROPERTIES

BIN
win32/libs/dbgcore.dll Normal file

Binary file not shown.

BIN
win32/libs/dbgeng.dll Normal file

Binary file not shown.

Binary file not shown.