mirror of
https://github.com/RSDKModding/Sonic-Mania-Decompilation.git
synced 2024-11-23 05:49:56 +00:00
allow for alternate RSDK
This commit is contained in:
parent
ff82bdcfc1
commit
7a4a021057
1
.gitignore
vendored
1
.gitignore
vendored
@ -248,3 +248,4 @@ Ignored/
|
||||
android/local.properties
|
||||
|
||||
*.res
|
||||
dependencies/*
|
||||
|
@ -55,7 +55,9 @@ set_target_properties(${GAME_NAME} PROPERTIES OUTPUT_NAME ${GAME_OUTPUT_NAME})
|
||||
message(NOTICE "static " ${GAME_STATIC})
|
||||
|
||||
if(WITH_RSDK)
|
||||
add_subdirectory(dependencies/RSDKv5)
|
||||
set(RSDK_PATH dependencies/RSDKv5 CACHE STRING "The path to look for RSDKv5 if using WITH_RSDK.")
|
||||
|
||||
add_subdirectory(${RSDK_PATH})
|
||||
|
||||
if(GAME_STATIC)
|
||||
target_include_directories(RetroEngine PRIVATE ${GAME_NAME}/)
|
||||
|
Loading…
Reference in New Issue
Block a user