update win32 debug engine (#138)
This commit is contained in:
parent
c56773d74d
commit
95c6bee682
|
|
@ -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
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue