aboutsummaryrefslogtreecommitdiff
path: root/tests/src/confTest/validProject.conf
blob: c5232c69541ed2ae422092b89cef640099178ffa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[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"
sfml-all = { git = "https://github.com/DEC05EBA/sfml-all.git", branch = "master" }

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