Update TulipHook to 07b1c8b

This commit is contained in:
alk 2023-03-20 12:00:14 +03:00 committed by GitHub
parent 909e3355f9
commit 245f27d47a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ CPMAddPackage("gh:gulrak/filesystem#3e5b930")
if (PROJECT_IS_TOP_LEVEL AND NOT GEODE_BUILDING_DOCS)
set(TULIP_LINK_SOURCE ON)
endif()
CPMAddPackage("gh:geode-sdk/TulipHook#9019b0b")
CPMAddPackage("gh:geode-sdk/TulipHook#07b1c8b")
target_sources(${PROJECT_NAME} INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/entry.cpp)