mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-16 04:47:18 +08:00
c227d46cf4
A wiki article pointed out that whitespace will only be preserved for parameters in CMake commands if passed strings will be appropriately quoted or escaped. http://cmake.org/Wiki/CMake/Language_Syntax#CMake_splits_arguments_unless_you_use_quotation_marks_or_escapes. Quoting was added so that more places should also handle file names correctly which contain space characters or semicolons eventually. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> |
||
---|---|---|
.. | ||
BooleanExpressionTest.cpp | ||
CMakeLists.txt | ||
FunctionTest.cpp | ||
InsertTest.cpp | ||
InterpretTest.cpp | ||
is_regular.h | ||
Minimalistic.cpp | ||
MockDb.h | ||
PreparedTest.cpp | ||
RemoveTest.cpp | ||
ResultTest.cpp | ||
Sample.h | ||
sample.sql | ||
SelectTest.cpp | ||
SelectTypeTest.cpp | ||
UpdateTest.cpp |