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 7747217 commit 2ec0c4bCopy full SHA for 2ec0c4b
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
+# When compiling for emscripten, this toolchainhack needs to be included.
30
+# set(CMAKE_PROJECT_<project-name>_INCLUDE ${godot-cpp_SOURCE_DIR}/cmake/emsdkHack.cmake)
31
+
32
# Create the gen directory at configure time so IDEs can see generated headers immediately after generate_bindings
33
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/godot-cpp/gen/include")
34
0 commit comments