Files
sqlpp11/examples/compile.sh
T
2013-08-13 22:43:10 +02:00

4 lines
103 B
Bash

# to be called from the sqlpp11 folder
clang++ -std=c++11 -stdlib=libc++ examples/SelectTest.cpp -I..