Compare commits
5 Commits
d79ea6c1cd
...
754dfb713d
Author | SHA1 | Date |
---|---|---|
Bo | 754dfb713d | |
David Snopek | 36847f6af0 | |
MJacred | 8a535d0ecc | |
Bo | fe25e221a5 | |
Bohumil Homola | 64f0a6150d |
|
@ -163,7 +163,7 @@ target_compile_definitions(${PROJECT_NAME} PUBLIC
|
|||
DEBUG_ENABLED
|
||||
DEBUG_METHODS_ENABLED
|
||||
>
|
||||
$<${compiler_is_msvc}:
|
||||
$<$<AND:$<BOOL:${WIN32}>,$<NOT:${compiler_is_gnu}>>:
|
||||
TYPED_METHOD_BIND
|
||||
>
|
||||
)
|
||||
|
|
|
@ -58,7 +58,7 @@ first-party `godot-cpp` extension.
|
|||
Some compatibility breakage is to be expected as GDExtension and `godot-cpp`
|
||||
get more used, documented, and critical issues get resolved. See the
|
||||
[Godot issue tracker](https://github.com/godotengine/godot/issues?q=is%3Aissue+is%3Aopen+label%3Atopic%3Agdextension)
|
||||
and the [godot-cpp issue tracker](https://github.com/godotengine/godot/issues)
|
||||
and the [godot-cpp issue tracker](https://github.com/godotengine/godot-cpp/issues)
|
||||
for a list of known issues, and be sure to provide feedback on issues and PRs
|
||||
which affect your use of this extension.
|
||||
|
||||
|
|
Loading…
Reference in New Issue