15 lines
271 B
TOML
15 lines
271 B
TOML
FileVersion = 1
|
|
|
|
[Project]
|
|
Name = "KTX"
|
|
TargetType = "BeefLib"
|
|
StartupObject = "KTX.Program"
|
|
|
|
[Dependencies]
|
|
corlib = "*"
|
|
"CxxBuildTool.git" = {Git = "https://git.unicon-gmbh.de/Rune/CxxBuildTool.git"}
|
|
|
|
[[ProjectFolder.Items]]
|
|
Type = "IgnoreSource"
|
|
Name = "KTXVulkan.bf"
|