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.
|
[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"]
|