Skip to content

Commit

Permalink
Link with Shlwapi.lib
Browse files Browse the repository at this point in the history
  • Loading branch information
trondn committed Dec 10, 2024
1 parent 87a0028 commit c51da3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMake/folly-deps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -324,3 +324,7 @@ target_link_libraries(folly_deps INTERFACE
${FOLLY_SHINY_DEPENDENCIES}
${FOLLY_ASAN_FLAGS}
)

if (WIN32)
target_link_libraries(folly_deps INTERFACE Shlwapi.lib)
endif()

0 comments on commit c51da3d

Please sign in to comment.