mirror of
https://github.com/build-cpp/cmkr
synced 2026-06-08 13:22:55 +00:00
10 lines
114 B
TOML
10 lines
114 B
TOML
[cmake]
|
|
version = "3.5"
|
|
|
|
[project]
|
|
name = "basic"
|
|
|
|
[target.basic]
|
|
type = "executable"
|
|
sources = ["src/basic.cpp"]
|