diff options
Diffstat (limited to 'protocols/Twitter/CMakeLists.txt')
-rw-r--r-- | protocols/Twitter/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Twitter/CMakeLists.txt b/protocols/Twitter/CMakeLists.txt index 60b913aa83..6f43f21232 100644 --- a/protocols/Twitter/CMakeLists.txt +++ b/protocols/Twitter/CMakeLists.txt @@ -1,4 +1,4 @@ -file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc") +file(GLOB SOURCES "src/*.h" "src/*.cpp" "res/*.rc") set(TARGET Twitter) include(${CMAKE_SOURCE_DIR}/cmake/plugin.cmake) target_link_libraries(${TARGET} libjson) |