diff options
Diffstat (limited to 'protocols/VKontakte/CMakeLists.txt')
-rw-r--r-- | protocols/VKontakte/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/CMakeLists.txt b/protocols/VKontakte/CMakeLists.txt index 807f93fb7c..5de2c6962d 100644 --- a/protocols/VKontakte/CMakeLists.txt +++ b/protocols/VKontakte/CMakeLists.txt @@ -1,4 +1,4 @@ -file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc") +file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc") set(TARGET VKontakte) include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake) target_link_libraries(${TARGET} libjson) |