diff options
Diffstat (limited to 'protocols/Twitter')
-rw-r--r-- | protocols/Twitter/CMakeLists.txt | 5 | ||||
-rw-r--r-- | protocols/Twitter/proto_twitter/CMakeLists.txt | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/protocols/Twitter/CMakeLists.txt b/protocols/Twitter/CMakeLists.txt new file mode 100644 index 0000000000..6f43f21232 --- /dev/null +++ b/protocols/Twitter/CMakeLists.txt @@ -0,0 +1,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)
\ No newline at end of file diff --git a/protocols/Twitter/proto_twitter/CMakeLists.txt b/protocols/Twitter/proto_twitter/CMakeLists.txt new file mode 100644 index 0000000000..f7b45f0ca7 --- /dev/null +++ b/protocols/Twitter/proto_twitter/CMakeLists.txt @@ -0,0 +1,2 @@ +set(TARGET Proto_Twitter) +include(${CMAKE_SOURCE_DIR}/cmake/icons.cmake)
\ No newline at end of file |