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/docs/examples/msvc-static.md

28 lines
567 B

---
# Automatically generated from tests/msvc-static/cmake.toml - DO NOT EDIT
layout: default
title: msvc static
permalink: /examples/msvc-static
parent: Examples
nav_order: 8
---
# msvc static
A msvc-static `cmake.toml` project:
```toml
[project]
name = "msvc-static"
description = "msvc static"
[target.basic]
type = "executable"
sources = ["src/msvc-static.cpp"]
msvc-static = true
```
<sup><sub>This page was automatically generated from [tests/msvc-static/cmake.toml](https://github.com/build-cpp/cmkr/tree/main/tests/msvc-static/cmake.toml).</sub></sup>