Files
godot-benchmarks/gdextension/bin/cppbenchmarks.gdextension
Emmanouil Papadeas 460494848a Port GDScript benchmarks to C++ (#86)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2024-08-04 23:13:59 +02:00

24 lines
1.6 KiB
Plaintext

[configuration]
entry_symbol = "benchmark_library_init"
compatibility_minimum = "4.3"
[libraries]
macos.debug = "res://gdextension/bin/libcppbenchmarks.macos.template_debug.framework"
macos.release = "res://gdextension/bin/libcppbenchmarks.macos.template_release.framework"
windows.debug.x86_32 = "res://gdextension/bin/libcppbenchmarks.windows.template_debug.x86_32.dll"
windows.release.x86_32 = "res://gdextension/bin/libcppbenchmarks.windows.template_release.x86_32.dll"
windows.debug.x86_64 = "res://gdextension/bin/libcppbenchmarks.windows.template_debug.x86_64.dll"
windows.release.x86_64 = "res://gdextension/bin/libcppbenchmarks.windows.template_release.x86_64.dll"
linux.debug.x86_64 = "res://gdextension/bin/libcppbenchmarks.linux.template_debug.x86_64.so"
linux.release.x86_64 = "res://gdextension/bin/libcppbenchmarks.linux.template_release.x86_64.so"
linux.debug.arm64 = "res://gdextension/bin/libcppbenchmarks.linux.template_debug.arm64.so"
linux.release.arm64 = "res://gdextension/bin/libcppbenchmarks.linux.template_release.arm64.so"
linux.debug.rv64 = "res://gdextension/bin/libcppbenchmarks.linux.template_debug.rv64.so"
linux.release.rv64 = "res://gdextension/bin/libcppbenchmarks.linux.template_release.rv64.so"
android.debug.x86_64 = "res://gdextension/bin/libcppbenchmarks.android.template_debug.x86_64.so"
android.release.x86_64 = "res://gdextension/bin/libcppbenchmarks.android.template_release.x86_64.so"
android.debug.arm64 = "res://gdextension/bin/libcppbenchmarks.android.template_debug.arm64.so"
android.release.arm64 = "res://gdextension/bin/libcppbenchmarks.android.template_release.arm64.so"