NASFAQ/nasfaq/connections/test/sql_run.sh
2022-05-07 16:49:43 +02:00

8 lines
199 B
Bash
Executable File

g++ ../common/common.cpp \
../sql/db_init.cpp \
../sql/db_handle.cpp \
../../maths/maths.cpp \
../../maths/graph.cpp \
sql.cpp \
-L/usr/lib -lgvc -lcgraph -lfmt -lpqxx -lpq -o sql && ./sql