updated .gitattributes, configured CMake to properly handle SteamAudio DLL

This commit is contained in:
Nyx
2025-05-08 01:13:48 -06:00
parent 319795c4c9
commit 79bdb2254c
27 changed files with 660 additions and 254 deletions

View File

@@ -0,0 +1,11 @@
[configuration]
entry_symbol = "steam_audio_library_init"
compatibility_minimum = 4.1
[icons]
Example = "icons/Example.svg"
[libraries]
linux.debug.x86_64 = "lib/Linux-x86_64/libSteamAudioGodot-d.so"
macos.debug = "lib/Darwin-Universal/libSteamAudioGodot-d.dylib"
windows.debug.x86_64 = "lib/Windows-AMD64/libSteamAudioGodot-d.dll"