aboutsummaryrefslogtreecommitdiff
path: root/tests/src/confTest/validProject.conf
blob: cd3f9cc2e432be43142c233c1e9013a630950542 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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"]