This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
fuck-premake-old2/samples/project/CsConsoleApp/premake4.lua

15 lines
276 B
Lua

project "CsConsoleApp"
kind "ConsoleApp"
language "C#"
files { "**.cs", "**.bmp", "**.resx", "**.config" }
libdirs { "../lib" }
links { "CsSharedLib", "CppSharedLib", "System" }
buildoptions { "/define:TEST" }
configuration "*.bmp"
buildaction "Embed"