You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cmkr/cmake.toml

14 lines
256 B

[cmake]
minimum_required = "3.0"
[project]
name = "cmk"
version = "0.1.0"
authors = ["MoAlyousef <mohammed.alyousef@neurosrg.com>"]
[[executable]]
name = "cmk"
sources = ["src/main.cpp"]
include_directories = ["vendor"]
compile_features = ["cxx_std_17"]