BeefProj.toml 220 B

123456789101112
  1. FileVersion = 1
  2. [Project]
  3. Name = "curl"
  4. TargetType = "BeefLib"
  5. StartupObject = "Program"
  6. [Configs.Debug.Linux64]
  7. OtherLinkFlags = "$(LinkFlags) -lcurl"
  8. [Configs.Release.Linux64]
  9. OtherLinkFlags = "$(LinkFlags) -lcurl"