mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-14 20:23:51 +02:00
12 lines
220 B
TOML
12 lines
220 B
TOML
FileVersion = 1
|
|
|
|
[Project]
|
|
Name = "curl"
|
|
TargetType = "BeefLib"
|
|
StartupObject = "Program"
|
|
|
|
[Configs.Debug.Linux64]
|
|
OtherLinkFlags = "$(LinkFlags) -lcurl"
|
|
|
|
[Configs.Release.Linux64]
|
|
OtherLinkFlags = "$(LinkFlags) -lcurl"
|