-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmetadata.json
More file actions
34 lines (34 loc) · 1.17 KB
/
metadata.json
File metadata and controls
34 lines (34 loc) · 1.17 KB
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
{
"name": "fcpp",
"target": "auto",
"version": "1.0.3",
"team": "fcpp-innovation",
"license": "Apache-2.0",
"description": "The simple description in meta",
"authors": ["Chen Zhang <chen.zhang_06xept@foxmail.com>"],
"maintainers": ["Chen Zhang <chen.zhang_06xept@foxmail.com>"],
"topics": ["build", "library", "documentation", "test"],
"url": "https://github.com/CubicZebra/fcpp.git",
"homepage": "https://github.com/CubicZebra/fcpp.git",
"cmake_version": "4.0.1",
"build_cppstd": "17",
"build_cstd": "11",
"activate_code_coverage": false,
"is_shared": false,
"generate_modules_inplace": false,
"std_modules": "iostream",
"user_modules": "",
"dependencies": {
"common": {"ZLIB": ["ZLIB::ZLIB"]},
"c": {"PCRE2": ["pcre2::pcre2"]},
"cpp": {"Eigen3": ["Eigen3::Eigen"], "dlib": ["dlib::dlib"]},
"test": {"GTest": ["gtest::gtest"]}
},
"graphviz_bin": "C:\\Program Files\\Graphviz\\bin",
"doc_languages": ["en", "zh"],
"doc_versions": ["1.0", "2.0"],
"doc_doxygen_folders": ["include", "src", "docs\\doxygen\\dox"],
"doc_doxygen_suffix": ["h", "c", "hpp", "cpp", "dox", "cxx"],
"trigger_tests": true,
"saving_tests_log": true
}