From e62e68d8dad3e554fdd9a41cea6ecdf35cde3102 Mon Sep 17 00:00:00 2001 From: protomors Date: Wed, 8 Nov 2017 02:31:53 +0600 Subject: CMake: clean up library dependencies. --- protocols/IRCG/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/IRCG') diff --git a/protocols/IRCG/CMakeLists.txt b/protocols/IRCG/CMakeLists.txt index a281099459..9f37dca7f3 100644 --- a/protocols/IRCG/CMakeLists.txt +++ b/protocols/IRCG/CMakeLists.txt @@ -1,4 +1,5 @@ file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc") set(TARGET IRC) include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake) +target_link_libraries(${TARGET} ws2_32.lib) add_subdirectory(proto_irc) \ No newline at end of file -- cgit v1.2.3