NASFAQ/connections/test/run.sh

13 lines
384 B
Bash
Raw Normal View History

2022-12-10 14:35:16 +00:00
g++ ../common/common.cpp \
../common/formatting.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 \
2022-12-10 14:35:16 +00:00
../parser/parser_aux.cpp \
2022-05-07 14:49:43 +00:00
../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