diff options
author | protomors <protomors@gmail.com> | 2019-07-06 17:50:09 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-07-12 18:09:25 +0300 |
commit | 8aa91557bbb3f9b728d51ff70eb6713e71fca1af (patch) | |
tree | 9a26d31e5bb55dac3b6c564633f9678b6e047f7f /protocols | |
parent | 059e4133f89446a51b7aae979d6c58a67cb8009a (diff) |
CMake: disabled some plugins.
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/CMakeLists.txt b/protocols/CMakeLists.txt index f540835ceb..67d251f504 100644 --- a/protocols/CMakeLists.txt +++ b/protocols/CMakeLists.txt @@ -14,5 +14,5 @@ add_subdirectory(MSN) add_subdirectory(SkypeWeb) add_subdirectory(Steam) #add_subdirectory(Tox) -add_subdirectory(Twitter) -add_subdirectory(VKontakte)
\ No newline at end of file +#add_subdirectory(Twitter) +#add_subdirectory(VKontakte)
\ No newline at end of file |