3 lines
91 B
Bash
3 lines
91 B
Bash
#!/bin/sh
|
|
g++ testQueue.cpp -o testQueue -I./. -I../lib ../lib/libInterCommon.a -lpthread
|