From 4d9bf8032dd659e091394d688b6a2c59bf222240 Mon Sep 17 00:00:00 2001 From: Vitaly Svyastyn Date: Tue, 31 Oct 2017 13:32:16 +0200 Subject: Initial CMake support. (#1013) * CMake files for building application and core library. * CMake files for core plugins. Now it runs! * CMake files for some plugins. --- protocols/SkypeWeb/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 protocols/SkypeWeb/CMakeLists.txt (limited to 'protocols/SkypeWeb/CMakeLists.txt') diff --git a/protocols/SkypeWeb/CMakeLists.txt b/protocols/SkypeWeb/CMakeLists.txt new file mode 100644 index 0000000000..739bbe8aec --- /dev/null +++ b/protocols/SkypeWeb/CMakeLists.txt @@ -0,0 +1,6 @@ +file(GLOB SOURCES "src/*.h" "src/requests/*.h" "src/requests/asm/*.h" "src/*.cpp" "res/*.rc") +set(TARGET SkypeWeb) +include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake) +target_link_libraries(${TARGET} libjson) +add_subdirectory(proto_conn_skype) +add_subdirectory(proto_skype) \ No newline at end of file -- cgit v1.2.3