mirror of
https://github.com/godotengine/godot-cpp.git
synced 2026-01-01 05:48:37 +03:00
Compare commits
6 Commits
godot-3.3-
...
3.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
290d629f14 | ||
|
|
2fb605531a | ||
|
|
e4ad265339 | ||
|
|
9bebf4feb7 | ||
|
|
7e8c24f0ac | ||
|
|
468dab8f01 |
2
.gitmodules
vendored
2
.gitmodules
vendored
@@ -1,3 +1,3 @@
|
||||
[submodule "godot_headers"]
|
||||
path = godot_headers
|
||||
url = https://github.com/GodotNativeTools/godot_headers
|
||||
url = https://github.com/godotengine/godot-headers
|
||||
|
||||
@@ -133,7 +133,7 @@ endif()
|
||||
# Generate source from the bindings file
|
||||
message(STATUS "Generating Bindings")
|
||||
execute_process(COMMAND "python" "-c" "import binding_generator; binding_generator.generate_bindings(\"${GODOT_CUSTOM_API_FILE}\")"
|
||||
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
|
||||
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|
||||
RESULT_VARIABLE GENERATION_RESULT
|
||||
OUTPUT_VARIABLE GENERATION_OUTPUT)
|
||||
message(STATUS ${GENERATION_RESULT} ${GENERATION_OUTPUT})
|
||||
@@ -145,7 +145,7 @@ file(GLOB_RECURSE HEADERS include/*.h**)
|
||||
# Define our godot-cpp library
|
||||
add_library(${PROJECT_NAME} ${SOURCES} ${HEADERS})
|
||||
target_include_directories(${PROJECT_NAME}
|
||||
PRIVATE
|
||||
PUBLIC
|
||||
include
|
||||
include/core
|
||||
include/gen
|
||||
|
||||
Submodule godot_headers updated: 489db2761c...75d6c51496
Reference in New Issue
Block a user