diff options
Diffstat (limited to 'protocols/MSN/CMakeLists.txt')
-rw-r--r-- | protocols/MSN/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MSN/CMakeLists.txt b/protocols/MSN/CMakeLists.txt index 9fdb7dc81d..58e247810b 100644 --- a/protocols/MSN/CMakeLists.txt +++ b/protocols/MSN/CMakeLists.txt @@ -1,4 +1,4 @@ -file(GLOB SOURCES "src/*.h" "src/skylogin/*.h" "src/*.cpp" "src/*.c" "src/skylogin/*.c" "res/*.rc") +file(GLOB SOURCES "src/*.h" "src/skylogin/*.h" "src/*.cpp" "src/*.c" "src/skylogin/*.c" "res/*.rc") set(TARGET MSN) include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake) target_link_libraries(${TARGET} libjson ${OPENSSL_LIBRARIES} comctl32.lib) |