mirror of
https://github.com/build-cpp/cmkr
synced 2026-06-08 13:22:55 +00:00
12 lines
236 B
TOML
12 lines
236 B
TOML
[project]
|
|
name = "relative-paths"
|
|
|
|
[target.test-library]
|
|
type = "static"
|
|
sources = ["src/library-code.cpp"]
|
|
|
|
[target.example]
|
|
type = "executable"
|
|
sources = ["src/main.cpp"]
|
|
windows.link-libraries = ["libs/test-library-x64-Release.lib"]
|