Skip to content

Commit

Permalink
Test workflow: fix include path
Browse files Browse the repository at this point in the history
  • Loading branch information
eliemichel committed Sep 23, 2024
1 parent ac5076e commit c282706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/example/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.14...3.24 FATAL_ERROR)
project(Test-WebGPU-Distribution VERSION 1.0.0)

add_subdirectory(../../webgpu webgpu)
add_subdirectory(../.. webgpu)

add_executable(test)
target_sources(test PRIVATE main.cpp)
Expand Down

0 comments on commit c282706

Please sign in to comment.