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.
|
[project]
|
|
name = "Theodosius"
|
|
|
|
[subdir.dependencies]
|
|
[subdir.src]
|
|
|
|
[target.Theodosius]
|
|
type = "static"
|
|
sources = ["include/**.hpp", "src/theo/**.cpp"]
|
|
|
|
include-directories = ["include"]
|
|
compile-features = ["cxx_std_20"]
|
|
compile-definitions = ["NOMINMAX"]
|
|
link-libraries = ["linux-pe"] |