got native cpp extension to work
This commit is contained in:
		
							
								
								
									
										12
									
								
								Editor/gdexample.gdextension
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								Editor/gdexample.gdextension
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,12 @@ | ||||
| [configuration] | ||||
|  | ||||
| entry_symbol = "example_library_init" | ||||
|  | ||||
| [libraries] | ||||
|  | ||||
| linux.64.debug = "bin/libgdexample.linux.debug.64.so" | ||||
| linux.64.release = "bin/libgdexample.linux.release.64.so" | ||||
| windows.64.debug = "bin/libgdexample.windows.debug.64.dll" | ||||
| windows.64.release = "bin/libgdexample.windows.release.64.dll" | ||||
| macos.debug = "bin/libgdexample.debug.framework" | ||||
| macos.release = "bin/libgdexample.release.framework" | ||||
		Reference in New Issue
	
	Block a user