We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 375c0d1 + e7f07da commit c8c25cdCopy full SHA for c8c25cd
cmake/godotcpp.cmake
@@ -252,6 +252,9 @@ function( godotcpp_generate )
252
"${GODOT_PRECISION}"
253
"${CMAKE_CURRENT_BINARY_DIR}" )
254
255
+ add_custom_target( godot-cpp.generate_bindings DEPENDS ${GENERATED_FILES_LIST} )
256
+ set_target_properties( godot-cpp.generate_bindings PROPERTIES FOLDER "godot-cpp" )
257
+
258
### Platform is derived from the toolchain target
259
# See GeneratorExpressions PLATFORM_ID and CMAKE_SYSTEM_NAME
260
string( CONCAT SYSTEM_NAME
0 commit comments