aboutsummaryrefslogtreecommitdiff
path: root/tests/src/confTest/validProject.conf
blob: eab258b5cdbab05f392a383f91174433c4b85a3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "confTest"
version = "0.1.0"
type = "library"
platforms = ["linux64", "win64"]

[dependencies]
xxhash = "0.1.0"
catch2 = "1.0.0"

[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"]