Skip to content

Commit

Permalink
Add Windows libraries to mmscenegraph
Browse files Browse the repository at this point in the history
Strange, but without this change mmSolver doesn't link on Windows.
  • Loading branch information
david-cattermole committed Oct 9, 2023
1 parent 46c6da9 commit 716ca42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions share/cmake/modules/MMRustUtils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ function(mm_rust_get_depend_on_libraries depend_on_libraries)
# https://cmake.org/cmake/help/latest/command/set.html#set-normal-variable
if (MSVC)
set(depend_on_libraries
Kernel32
Ntdll
ws2_32 userenv advapi32 shell32 msvcrt Bcrypt
PARENT_SCOPE
)
Expand Down

0 comments on commit 716ca42

Please sign in to comment.