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.
11 lines
316 B
11 lines
316 B
[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"] |