Support CMake in Test.py

* scons will remain the default build type.
* New set of command line switches to control CMake.
This commit is contained in:
Edward Hennis
2017-06-26 18:43:05 -04:00
committed by seelabs
parent afc791835e
commit 2858661bce
5 changed files with 318 additions and 78 deletions

View File

@@ -19,6 +19,7 @@
#include <BeastConfig.h>
#include <ripple/basics/contract.h>
#include <ripple/beast/core/PlatformConfig.h>
#include <ripple/beast/core/SemanticVersion.h>
#include <ripple/protocol/BuildInfo.h>