Skip to content

Commit

Permalink
build: CMake: Link with shlwapi on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberTailor committed Jan 28, 2024
1 parent 1376180 commit 407e9f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ if(APPLE)
"-framework ApplicationServices"
"-framework AppKit"
)
elseif(WIN32)
target_link_libraries(gridcoinqt PUBLIC shlwapi)
endif()

target_compile_definitions(gridcoinqt PUBLIC HAVE_CONFIG_H)
Expand Down

0 comments on commit 407e9f2

Please sign in to comment.