mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-26 17:36:05 -05:00
remove minhook and commented out dobby
we seriously were including minhook this whole time?? its literally unused btw
This commit is contained in:
parent
392c6941fe
commit
0f1d81326a
1 changed files with 0 additions and 11 deletions
|
@ -204,17 +204,6 @@ if (APPLE)
|
|||
elseif (WIN32)
|
||||
add_subdirectory(launcher/windows)
|
||||
|
||||
CPMAddPackage("gh:TsudaKageyu/minhook#49d03ad")
|
||||
target_link_libraries(${PROJECT_NAME} minhook)
|
||||
|
||||
# target_include_directories(${PROJECT_NAME} PRIVATE dobby/include)
|
||||
# target_link_directories(${PROJECT_NAME} PRIVATE dobby)
|
||||
# target_link_libraries(${PROJECT_NAME} dobby)
|
||||
|
||||
# set(DOBBY_GENERATE_SHARED OFF CACHE BOOL "Build dobby shared library" FORCE)
|
||||
# # set(DOBBY_DEBUG ON CACHE BOOL "Build dobby shared library" FORCE)
|
||||
# add_subdirectory(dobby)
|
||||
|
||||
target_link_libraries(${PROJECT_NAME} dbghelp)
|
||||
|
||||
# disable warnings about CCNode::setID
|
||||
|
|
Loading…
Reference in a new issue