Add the rest of the libraries

Signed-off-by: somebody_master <somebody_master@somebodyserver.mooo.com>
This commit is contained in:
Somebody Master 2023-02-17 00:09:35 +01:00
parent a617fce3a3
commit b35474af5f
Signed by: somebody_master
GPG Key ID: 78315CFDF0B25505

View File

@ -5,3 +5,8 @@ entry_symbol = "test_library_init"
[libraries]
linux.debug.x86_64 = "res://build/libtest.linux.template_debug.x86_64.so"
linux.release.x86_64 = "res://build/libtest.linux.template_release.x86_64.so"
windows.debug.x86_64 = "res://build/libtest.windows.template_debug.x86_64.so"
windows.release.x86_64 = "res://build/libtest.windows.template_release.x86_64.so"
android.debug.x86_64 = "res://build/libtest.android.template_debug.x86_64.so"
android.release.x86_64 = "res://build/libtest.android.template_release.x86_64.so"