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/interface.md

652 B

layout title permalink parent nav_order
default Header-only library /examples/interface Examples 1

Header-only library

[project]
name = "interface"
description = "Header-only library"

[target.mylib]
type = "interface"
include-directories = ["include"]
compile-features = ["cxx_std_11"]

[target.example]
type = "executable"
sources = ["src/main.cpp"]
link-libraries = ["mylib"]

This page was automatically generated from tests/interface/cmake.toml.