summaryrefslogtreecommitdiff
path: root/protocols/Twitter/CMakeLists.txt
blob: 60b913aa832acedfa233a01bea6cd9ecee5a66a4 (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)