summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/CMakeLists.txt
blob: 807f93fb7c0dc266f367a1925f386642d819d9f6 (plain)
1
2
3
4
5
file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc")
set(TARGET VKontakte)
include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake)
target_link_libraries(${TARGET} libjson)
add_subdirectory(proto_vkontakte)