Skip to content

Commit 15f6137

Browse files
committed
chore: template gdextension for compilation.
1 parent 00001cb commit 15f6137

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
[configuration]
2+
3+
entry_symbol = "GDExtensionInit"
4+
compatibility_minimum = 4.1
5+
reloadable = false
6+
7+
[libraries]
8+
9+
// Exist only for Dedicated Servers.
10+
11+
linux.debug.dedicated_server = "lib/Linux/libGodotKafka-d.so"
12+
linux.release.dedicated_server = "lib/Linux/libGodotKafka.so"
13+
14+
windows.debug.dedicated_server = "lib/Windows/libGodotKafka-d.dll"
15+
windows.release.dedicated_server = "lib/Windows/libGodotKafka.dll"
16+
17+
// Duplicate for Editor
18+
19+
linux.debug.editor = "lib/Linux/libGodotKafka-d.so"
20+
linux.release.editor = "lib/Linux/libGodotKafka.so"
21+
22+
windows.debug.editor = "lib/Windows/libGodotKafka-d.dll"
23+
windows.release.editor = "lib/Windows/libGodotKafka.dll"
24+

0 commit comments

Comments
 (0)