build: add wininet
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ endif()
|
|||||||
# ------------------------------
|
# ------------------------------
|
||||||
file(GLOB_RECURSE UNLOCKER_SOURCES CONFIGURE_DEPENDS "src/unlocker/*.cpp" "src/unlocker/*.h")
|
file(GLOB_RECURSE UNLOCKER_SOURCES CONFIGURE_DEPENDS "src/unlocker/*.cpp" "src/unlocker/*.h")
|
||||||
add_executable(dbd-unlocker ${UNLOCKER_SOURCES})
|
add_executable(dbd-unlocker ${UNLOCKER_SOURCES})
|
||||||
target_link_libraries(dbd-unlocker PRIVATE dbd-unlocker-warnings ${OPENSSL_LIBRARIES} nerutils wsock32 ws2_32)
|
target_link_libraries(dbd-unlocker PRIVATE dbd-unlocker-warnings ${OPENSSL_LIBRARIES} nerutils wsock32 ws2_32 wininet)
|
||||||
target_include_directories(dbd-unlocker PRIVATE ${OPENSSL_INCLUDE__DIR})
|
target_include_directories(dbd-unlocker PRIVATE ${OPENSSL_INCLUDE__DIR})
|
||||||
|
|
||||||
set_property(TARGET dbd-unlocker PROPERTY USE_FOLDERS ON)
|
set_property(TARGET dbd-unlocker PROPERTY USE_FOLDERS ON)
|
||||||
|
|||||||
Reference in New Issue
Block a user