0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/examples/compile.sh

4 lines
103 B
Bash
Raw Normal View History

2013-08-14 04:43:10 +08:00
# to be called from the sqlpp11 folder
clang++ -std=c++11 -stdlib=libc++ examples/SelectTest.cpp -I..