summaryrefslogtreecommitdiff
path: root/protocols/MSN
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/MSN')
-rw-r--r--protocols/MSN/CMakeLists.txt5
-rw-r--r--protocols/MSN/proto_msn/CMakeLists.txt2
2 files changed, 7 insertions, 0 deletions
diff --git a/protocols/MSN/CMakeLists.txt b/protocols/MSN/CMakeLists.txt
new file mode 100644
index 0000000000..a3984234ef
--- /dev/null
+++ b/protocols/MSN/CMakeLists.txt
@@ -0,0 +1,5 @@
+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} libeay32.lib)
+add_subdirectory(proto_msn) \ No newline at end of file
diff --git a/protocols/MSN/proto_msn/CMakeLists.txt b/protocols/MSN/proto_msn/CMakeLists.txt
new file mode 100644
index 0000000000..7df814f1c5
--- /dev/null
+++ b/protocols/MSN/proto_msn/CMakeLists.txt
@@ -0,0 +1,2 @@
+set(TARGET Proto_MSN)
+include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake) \ No newline at end of file