forked from vmp3/vmprofiler
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.
18 lines
325 B
18 lines
325 B
[target.cli-parser]
|
|
type = "interface"
|
|
include-directories = ["../deps/cli-parser"]
|
|
|
|
[project]
|
|
name = "vm_entry_test"
|
|
|
|
[target.vm_entry_test]
|
|
type = "executable"
|
|
compile-features = ["cxx_std_20"]
|
|
|
|
sources = [
|
|
"src/**.cpp",
|
|
"include/**.hpp"
|
|
]
|
|
|
|
link-libraries = ["vmprofiler", "cli-parser"]
|
|
compile-definitions = ["NOMINMAX"] |