mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-26 21:00:50 -04:00
cmake now also installs resources
This commit is contained in:
parent
40a0467bb0
commit
e9aa889920
1 changed files with 5 additions and 0 deletions
|
@ -378,4 +378,9 @@ if (${GEODE_CLI_VERSION} VERSION_GREATER_EQUAL "2.10.0")
|
|||
RUNTIME
|
||||
DESTINATION "${GEODE_PROFILE_GD_PATH}"
|
||||
)
|
||||
file(GLOB RESOURCE_FILES ${GEODE_BIN_PATH}/nightly/resources/*.*)
|
||||
install(
|
||||
FILES ${RESOURCE_FILES}
|
||||
DESTINATION "${GEODE_PROFILE_GD_PATH}/geode/resources/geode.loader"
|
||||
)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Reference in a new issue