From e81dd63892587d8febc789eec054dbeeeaca39f0 Mon Sep 17 00:00:00 2001 From: Elie Michel Date: Sun, 20 Oct 2024 18:52:46 +0200 Subject: [PATCH] Fix push_constant example --- examples/push_constants/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/push_constants/CMakeLists.txt b/examples/push_constants/CMakeLists.txt index 2c00ba2e..087cdbf0 100644 --- a/examples/push_constants/CMakeLists.txt +++ b/examples/push_constants/CMakeLists.txt @@ -14,7 +14,7 @@ include_directories(${CMAKE_SOURCE_DIR}/../ffi/webgpu-headers) include_directories(${CMAKE_SOURCE_DIR}/framework) if (WIN32) - set(OS_LIBRARIES d3dcompiler ws2_32 userenv bcrypt ntdll opengl32) + set(OS_LIBRARIES d3dcompiler ws2_32 userenv bcrypt ntdll opengl32 Propsys RuntimeObject) elseif(UNIX AND NOT APPLE) set(OS_LIBRARIES "-lm -ldl") elseif(APPLE)