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/Steam/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'protocols/Steam/CMakeLists.txt') diff --git a/protocols/Steam/CMakeLists.txt b/protocols/Steam/CMakeLists.txt index 4f76cb5bf9..9dacd1a586 100644 --- a/protocols/Steam/CMakeLists.txt +++ b/protocols/Steam/CMakeLists.txt @@ -1,4 +1,5 @@ file(GLOB SOURCES "src/*.h" "src/api/*.h" "src/*.cpp" "res/*.rc") set(TARGET Steam) include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake) +target_link_libraries(${TARGET} libjson comctl32.lib) add_subdirectory(proto_steam) \ No newline at end of file -- cgit v1.2.3