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