mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-26 17:36:05 -05:00
add tuliphook as cpm
This commit is contained in:
parent
3dae2d0b43
commit
6009eb8481
2 changed files with 2 additions and 2 deletions
|
@ -130,7 +130,8 @@ CPMAddPackage("gh:mity/md4c#e9ff661")
|
|||
target_include_directories(${PROJECT_NAME} PRIVATE ${md4c_SOURCE_DIR}/src)
|
||||
|
||||
# Tulip hook (hooking)
|
||||
add_subdirectory(tuliphook)
|
||||
CPMAddPackage("gh:altalk23/TulipHook#92b3cca")
|
||||
|
||||
target_link_libraries(${PROJECT_NAME} md4c z TulipHook geode-sdk)
|
||||
|
||||
# Use precompiled headers for faster builds
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 92b3cca336285ab9028b3e7f59089e6cd215be27
|
Loading…
Reference in a new issue