Add hooker and upgrade it
This commit is contained in:
parent
8328a6e8e8
commit
e3c19e890f
|
@ -9,4 +9,4 @@
|
|||
url = https://github.com/guusw/tree-sitter-cpp.git
|
||||
[submodule "third_party/hooker"]
|
||||
path = third_party/hooker
|
||||
url = https://github.com/rokups/hooker.git
|
||||
url = https://github.com/guusw/hooker.git
|
||||
|
|
|
@ -84,6 +84,7 @@ function(setup_target TARGET DBG_MODE)
|
|||
)
|
||||
target_link_libraries(${TARGET} PRIVATE
|
||||
DbgHelp
|
||||
hooker
|
||||
)
|
||||
|
||||
find_program(gh_tool
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
add_subdirectory(spdlog)
|
||||
|
||||
if(WIN32)
|
||||
add_subdirectory(hooker)
|
||||
|
||||
add_library(binkw32_imp SHARED IMPORTED)
|
||||
set_target_properties(binkw32_imp PROPERTIES
|
||||
IMPORTED_IMPLIB ${CMAKE_CURRENT_LIST_DIR}/bink/binkw32.lib
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit a2877b8ff301ce3fb9b671965f6e922a5c526373
|
||||
Subproject commit a0d0e5adf494bebeeb7b2f2be338790b76f0167b
|
Loading…
Reference in New Issue