mirror of
https://github.com/build-cpp/cmkr
synced 2026-06-08 13:22:55 +00:00
567 B
567 B
layout, title, permalink, parent, nav_order
| layout | title | permalink | parent | nav_order |
|---|---|---|---|---|
| default | msvc static | /examples/msvc-static | Examples | 8 |
msvc static
A msvc-static cmake.toml project:
[project]
name = "msvc-static"
description = "msvc static"
[target.basic]
type = "executable"
sources = ["src/msvc-static.cpp"]
msvc-static = true
This page was automatically generated from tests/msvc-static/cmake.toml.