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.
26 lines
419 B
26 lines
419 B
[project]
|
|
name = "vmdevirt"
|
|
|
|
[subdir.dependencies]
|
|
[target.vmdevirt]
|
|
type = "executable"
|
|
|
|
sources = [
|
|
"src/**.cpp",
|
|
"include/**.hpp",
|
|
]
|
|
include-directories = [
|
|
"include",
|
|
"dependencies/llvm/llvm/include/",
|
|
"build/dependencies/llvm/llvm/include/",
|
|
]
|
|
link-libraries = [
|
|
"vmprofiler",
|
|
"LLVMCore",
|
|
"LLVMCodeGen",
|
|
"LLVMSupport",
|
|
"LLVMLinker"
|
|
]
|
|
compile-definitions = [
|
|
"NOMINMAX"
|
|
] |