mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-03 18:09:13 +03:00
Merge pull request #1785 from dgcole/master
Fix CMake double precision builds
This commit is contained in:
@@ -86,9 +86,9 @@ missing. ]]
|
|||||||
function(
|
function(
|
||||||
binding_generator_generate_bindings
|
binding_generator_generate_bindings
|
||||||
API_FILE
|
API_FILE
|
||||||
USE_TEMPLATE_GET_NODE,
|
USE_TEMPLATE_GET_NODE
|
||||||
BITS,
|
BITS
|
||||||
PRECISION,
|
PRECISION
|
||||||
OUTPUT_DIR
|
OUTPUT_DIR
|
||||||
)
|
)
|
||||||
# This code snippet will be squashed into a single line
|
# This code snippet will be squashed into a single line
|
||||||
|
|||||||
Reference in New Issue
Block a user