workspace "DiceGui" configurations { "debug", "release" } location "." project "Dice" kind "ConsoleApp" language "C" cdialect "c23" location "build/" files { "src/**.c" } links { "m", "stdc++" } buildoptions { "-Wall" } targetdir "bin/" filter "configurations:debug" defines { "DEBUG" } symbols "On" optimize "Off" filter "configurations:release" defines { "NDEBUG" } optimize "On" symbols "Off"