blob: ad424fb613f3b604ac3c7cfcc4984f21b842d120 (
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 FreeImage)
add_subdirectory(proto_vkontakte)
|