1
0
mirror of synced 2025-02-16 10:32:35 +01:00

build: Added usp10 library to maybe provide Windows 7 support

This commit is contained in:
WerWolv 2022-07-07 23:30:09 +02:00
parent 0571fe383c
commit 3aa1dd1e06

View File

@ -26,7 +26,7 @@ set_target_properties(main PROPERTIES
add_compile_definitions(IMHEX_PROJECT_NAME="${PROJECT_NAME}")
if (WIN32)
target_link_libraries(main PUBLIC libimhex wsock32 ws2_32 Dwmapi.lib)
target_link_libraries(main PUBLIC usp10 libimhex wsock32 ws2_32 Dwmapi.lib)
else ()
target_link_libraries(main PUBLIC libimhex pthread)
endif ()