Skip to content

Commit 945007e

Browse files
committed
Update engine, web editor script
1 parent 712c305 commit 945007e

7 files changed

Lines changed: 232879 additions & 3582 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ if (EMSCRIPTEN)
112112
# See https://github.com/kainino0x/webgpu-cross-platform-demo/tree/dawnwasm for a sample setup
113113

114114
# Add Embind bindings to JS from the engine's binding file
115-
target_sources(${PROJECT_NAME} PRIVATE ${SAMPLE_PROJECT_DIR_ROOT}/libraries/wgpuEngine/embind_bindings.cpp)
115+
target_sources(${PROJECT_NAME} PRIVATE ${SAMPLE_PROJECT_DIR_LIBS}/wgpuEngine/embind_bindings.cpp)
116116

117117
target_link_options(${PROJECT_NAME} PRIVATE
118118

0 commit comments

Comments
 (0)