mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-04-28 06:59:32 -05:00
4 lines
103 B
Bash
4 lines
103 B
Bash
# to be called from the sqlpp11 folder
|
|
clang++ -std=c++11 -stdlib=libc++ examples/SelectTest.cpp -I..
|
|
|