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.

28 lines
433 B

[project]
name = "vmprofiler"
[subdir.dependencies]
[target.vmprofiler]
type = "static"
compile-features = ["cxx_std_20"]
sources = [
"dependencies/vmprofiler/src/vmprofiles/**.cpp",
"dependencies/vmprofiler/include/transform.hpp",
"dependencies/vmprofiler/include/vmprofiles.hpp"
]
include-directories = [
"include",
]
link-libraries = [
"Zydis",
"linux-pe",
]
compile-definitions = [
"NOMINMAX"
]