-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForge.toml
More file actions
38 lines (28 loc) · 708 Bytes
/
Forge.toml
File metadata and controls
38 lines (28 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
directory = "/Users/anthony/projects/cvec"
[project]
name = "cvec"
[project.language]
C = "C99"
[tools]
compiler_path = "clang"
intellisense_mode = "intellisenseMode "
[tools.package_manager]
variant = "Vcpkg"
directory = "/Users/anthony/projects/cvec"
[tools.package_manager.test_framework]
variant = "CMocka"
dir = "/Users/anthony/projects/cvec"
[tools.package_manager.language]
C = "C99"
[tools.build_system]
name = "cvec"
variant = "CMake"
directory = "/Users/anthony/projects/cvec"
[tools.build_system.test_framework]
variant = "CMocka"
dir = "/Users/anthony/projects/cvec"
[tools.build_system.language]
C = "C99"
[tools.test_framework]
variant = "CMocka"
dir = "/Users/anthony/projects/cvec"