diff options
Diffstat (limited to 'tests/src')
-rw-r--r-- | tests/src/confTest/validProject.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/src/confTest/validProject.conf b/tests/src/confTest/validProject.conf index eab258b..cd3f9cc 100644 --- a/tests/src/confTest/validProject.conf +++ b/tests/src/confTest/validProject.conf @@ -5,9 +5,10 @@ type = "library" platforms = ["linux64", "win64"] [dependencies] -xxhash = "0.1.0" +xxhash = "0.1.0" # random comment at end of line catch2 = "1.0.0" +# cmake building is currrently not implemented, but it is intended to work like this [cmake] dir = "cmakeGlobal" args = ["ENTITYX_RUN_BENCHMARKS=0"] |