[package] name = "confTest" version = "0.1.0" type = "library" platforms = ["linux64", "win64"] [dependencies] 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"] [cmake.static] dir = "cmakeStatic" args = ["ENTITYX_BUILD_TESTING=0"] [cmake.dynamic] dir = "cmakeDynamic" args = ["ENTITYX_BUILD_TESTING=0", "ENTITYX_BUILD_SHARED=1"]