mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-23 03:15:58 -04:00
update TulipHook and set TULIP_LINK_SOURCE
This commit is contained in:
parent
e4706c9aca
commit
be1c290169
1 changed files with 4 additions and 1 deletions
|
@ -123,7 +123,10 @@ CPMAddPackage("gh:fmtlib/fmt#9.1.0")
|
|||
CPMAddPackage("gh:gulrak/filesystem#3e5b930")
|
||||
|
||||
# Tulip hook (hooking)
|
||||
CPMAddPackage("gh:geode-sdk/TulipHook#b67c3d4")
|
||||
if (PROJECT_IS_TOP_LEVEL)
|
||||
set(TULIP_LINK_SOURCE ON)
|
||||
endif()
|
||||
CPMAddPackage("gh:geode-sdk/TulipHook#f4ef6b2")
|
||||
|
||||
target_link_libraries(${PROJECT_NAME} INTERFACE ghc_filesystem fmt TulipHookInclude GeodeCodegenSources)
|
||||
|
||||
|
|
Loading…
Reference in a new issue