mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-16 04:47:18 +08:00
4 lines
108 B
Bash
4 lines
108 B
Bash
# to be called from the sqlpp11 folder
|
|
clang++ -std=c++11 -stdlib=libc++ examples/SelectTest.cpp -Iinclude
|
|
|