Vadim Zeitlin
746bbd08cc
Use C++11 for tests during CMake configuration if necessary
...
Enable CMake policy CMP0067 to ensure that the tests are done using the
same C++ dialect that is actually used for compiling the library.
2018-01-24 16:25:28 +01:00
Vadim Zeitlin
9567adb8cc
Order policies by their numbers in CMake policies file
...
Just make it easier to maintain this file by enabling all policies in
order of their numbers.
No real changes.
2018-01-24 16:25:18 +01:00
Vadim Zeitlin
9f91756108
Remove hard TABs from CMake policies file
...
No real changes, just use spaces for indentation as everywhere else.
2018-01-24 16:23:45 +01:00
Tobias Taschner
da2b8ea812
Add CMake build system
...
Add CMake build system for libraries, tests and samples
update_files.py converts build/files into CMake format.
build/update-setup-h has been modified to update build/cmake/setup.h.in.
2017-01-03 20:53:10 +01:00