mirror of
https://github.com/mike1k/perses
synced 2026-06-06 16:14:33 +00:00
11 lines
316 B
TOML
11 lines
316 B
TOML
[project]
|
|
name = "perses"
|
|
|
|
[subdir.vendor]
|
|
|
|
[target.perses]
|
|
type = "executable"
|
|
sources = ["src/**.cpp", "src/**.hpp"]
|
|
link-libraries = ["spdlog", "Zydis", "asmjit", "argparse", "pepp"]
|
|
compile-features = ["cxx_std_20"]
|
|
compile-definitions = ["NOMINMAX", "ZYCORE_STATIC_BUILD", "ZYDIS_STATIC_BUILD", "ASMJIT_STATIC"] |