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.
1 parent 98ea2f6 commit e7f07daCopy full SHA for e7f07da
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