NASFAQ/nasfaq/connections/test/run.sh

12 lines
357 B
Bash
Raw Normal View History

2022-05-07 14:49:43 +00:00
g++ ../safe_queue/safe_queue.cpp \
../common/common.cpp \
../http/http_connector.cpp \
2022-05-07 14:49:43 +00:00
../http/users.cpp \
../ws/ssl_ws.cpp \
../sql/db_init.cpp \
../sql/db_handle.cpp \
../parser/parser.cpp \
../ws/http_handshake.cpp \
2022-02-17 15:15:31 +00:00
./main.cpp \
2022-05-07 14:49:43 +00:00
-o main -lpqxx -lpq -lfmt -lcurl -lcrypto -lssl -lboost_system -lboost_random -lboost_thread -lpthread && ./main