summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/CMakeLists.txt
blob: 5de2c6962d6934590ad96cef77bd39fbfd1b1bd8 (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)