Skip to content

Commit

Permalink
chore: clean-up & mod_settings update
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhumbert committed May 6, 2023
1 parent 34c30e8 commit 4ce2b5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,11 @@ set(MOD_REDSCRIPT_DOWNLOAD_URL "https://github.com/jackhumbert/redscript/release
# FMOD

file(GLOB LTBF_SOURCE_FMOD_FILES ${LTBF_SOURCE_FMOD_DIR}/*)
# set(LTBF_FMOD_FILES "")
foreach(_FILE ${LTBF_SOURCE_FMOD_FILES})
file(RELATIVE_PATH _TEMPFILE ${LTBF_SOURCE_FMOD_DIR} ${_FILE})
configure_mod_file(/src/fmod_studio/Build/Desktop/${_TEMPFILE} red4ext/plugins/${MOD_SLUG}/${_TEMPFILE})
# list(APPEND LTBF_FMOD_FILES "${MOD_GAME_DIR_FMOD_FOLDER}/${_TEMPFILE}")
endforeach()

# add_custom_command(
# OUTPUT ${LTBF_FMOD_FILES}
# DEPENDS ${LTBF_SOURCE_FMOD_FILES}
# COMMAND ${CMAKE_COMMAND} -E copy_if_different ${LTBF_SOURCE_FMOD_FILES} ${MOD_GAME_DIR_FMOD_FOLDER}
# )

# add_custom_target(fmod_files
# DEPENDS ${LTBF_FMOD_FILES}
# )
# add_dependencies(${MOD_SLUG} fmod_files fmodstudio_dll fmod_dll)

configure_red4ext(src/red4ext)
configure_red4ext_addresses(Signatures.hpp Addresses.hpp)

Expand Down
2 changes: 1 addition & 1 deletion deps/mod_settings

0 comments on commit 4ce2b5e

Please sign in to comment.