We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5d45ad + 5f9cc1e commit 7747217Copy full SHA for 7747217
1 file changed
CMakeLists.txt
@@ -26,6 +26,9 @@ if(NOT EXISTS "${CMAKE_CURRENT_LIST_DIR}/godot-cpp/src")
26
endif()
27
add_subdirectory(godot-cpp SYSTEM)
28
29
+# Create the gen directory at configure time so IDEs can see generated headers immediately after generate_bindings
30
+file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/godot-cpp/gen/include")
31
+
32
# Add godot-cpp's module path and include the exported functions.
33
# This is made available for documentation generation
34
set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH};${godot-cpp_SOURCE_DIR}/cmake")
0 commit comments