Added to cmake and some fixes

This commit is contained in:
Amesaru 2021-04-16 21:38:37 +03:00 committed by Amesaru
parent 35215b24cf
commit cfbd5c1a92
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#include "ProgressBar.h"
#include <ProgressBar.h>
#include <IO/WriteBufferFromFileDescriptor.h>
#include <Common/TerminalSize.h>
#include <Common/UnicodeBar.h>

View File

@ -1,7 +1,7 @@
#pragma once
#include "../Common/Stopwatch.h"
#include "../IO/Progress.h"
#include <Common/Stopwatch.h>
#include <IO/Progress.h>
/// http://en.wikipedia.org/wiki/ANSI_escape_code
#define CLEAR_TO_END_OF_LINE "\033[K"

View File

@ -16,7 +16,7 @@ SRCS(
HedgedConnections.cpp
HedgedConnectionsFactory.cpp
MultiplexedConnections.cpp
ProgressBar.cpp
)
END()